Searched refs:rootmnt (Results 1 – 2 of 2) sorted by relevance
/external/oprofile/module/ |
D | op_dname.c | 114 …(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt) in wind_dentries_2_4() argument 126 if (d == root && v == rootmnt) in wind_dentries_2_4() 149 struct vfsmount * rootmnt; in do_path_hash_2_4() local 153 rootmnt = mntget(current->fs->rootmnt); in do_path_hash_2_4() 159 value = do_hash(dentry, vfsmnt, root, rootmnt); in do_path_hash_2_4() 163 mntput(rootmnt); in do_path_hash_2_4() 169 …(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt) in do_hash() argument 178 if (!wind_dentries(dentry, vfsmnt, root, rootmnt)) in do_hash()
|
D | op_dcache.h | 28 …struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt);
|