Home
last modified time | relevance | path

Searched refs:rootmnt (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/module/
Dop_dname.c114 …(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()
Dop_dcache.h28 …struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt);