path_put (9) - Linux Manuals
path_put: put a reference to a path
Command to display path_put manual in Linux: $ man 9 path_put
 
NAME
path_put - put a reference to a path
SYNOPSIS
- 
void path_put(const struct path * path);
 
ARGUMENTS
path
- 
- path to put the reference to
  
DESCRIPTION
Given a path decrement the reference count to the dentry and the vfsmount.
COPYRIGHT