PATH_GET
Section: The Linux VFS (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
path_get - get a reference to a path
 
SYNOPSIS
- 
void path_get(struct path * path);
ARGUMENTS
path
- 
- path to get the reference to
DESCRIPTION
Given a path increment the reference count to the dentry and the vfsmount.
 
COPYRIGHT