1. NAME

path_get - get a reference to a path

2. SYNOPSIS

void path_get(const struct path *  path );

3. ARGUMENTS

path
    path to get the reference to

4. DESCRIPTION

Given a path increment the reference count to the dentry and the vfsmount.

5. COPYRIGHT