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