Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
path.h File Reference

Go to the source code of this file.

Data Structures

struct  path
 

Functions

void path_get (struct path *)
 
void path_put (struct path *)
 

Function Documentation

void path_get ( struct path path)

path_get - get a reference to a path : path to get the reference to

Given a path increment the reference count to the dentry and the vfsmount.

Definition at line 454 of file namei.c.

void path_put ( struct path path)

path_put - put a reference to a path : path to put the reference to

Given a path decrement the reference count to the dentry and the vfsmount.

Definition at line 467 of file namei.c.