1PATH_PUT(9) The Linux VFS PATH_PUT(9)
23
4
NAME
6path_put - put a reference to a path
7
SYNOPSIS
9void path_put(struct path * path);
10
ARGUMENTS
12path
13path to put the reference to
14
DESCRIPTION
16Given a path decrement the reference count to the dentry and the
17vfsmount.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 PATH_PUT(9)