Searched refs:vfsmnt (Results 1 – 3 of 3) sorted by relevance
/external/oprofile/module/ |
D | op_dname.c | 114 int wind_dentries_2_4(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struc… in wind_dentries_2_4() argument 117 struct vfsmount * v = vfsmnt; in wind_dentries_2_4() 146 uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt) in do_path_hash_2_4() argument 159 value = do_hash(dentry, vfsmnt, root, rootmnt); in do_path_hash_2_4() 169 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmoun… in do_hash() argument 178 if (!wind_dentries(dentry, vfsmnt, root, rootmnt)) in do_hash()
|
D | compat24.h | 27 extern uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt);
|
D | op_dcache.h | 28 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmoun…
|