table of contents
other versions
PATH_GET(9) | The Linux VFS | PATH_GET(9) |
NAME¶
path_get - get a reference to a path
SYNOPSIS¶
void path_get(const struct path * path);
ARGUMENTS¶
const struct path * path
path to get the reference to
DESCRIPTION¶
Given a path increment the reference count to the dentry and the vfsmount.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |