Home
last modified time | relevance | path

Searched refs:do_path_hash_2_4 (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/module/
Dcompat24.h27 extern uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt);
28 #define hash_path(f) do_path_hash_2_4((f)->f_dentry, (f)->f_vfsmnt)
Dop_dname.c146 uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt) in do_path_hash_2_4() function
/external/oprofile/
DChangeLog-20022123 * module/op_dname.c: do_path_hash_2_4 should not be static now