Home | History | Annotate | Download | only in module

Lines Matching refs:dentry

28 int wind_dentries_2_2(struct dentry * dentry)
30 struct dentry * root = current->fs->root;
32 if (dentry->d_parent != dentry && list_empty(&dentry->d_hash))
36 struct dentry * parent;
38 if (dentry == root)
41 dentry = dentry->d_covers;
42 parent = dentry->d_parent;
44 if (dentry == parent)
47 push_dname(&dentry->d_name);
49 dentry = parent;
56 uint do_path_hash_2_2(struct dentry * dentry)
60 return do_hash(dentry, 0, 0, 0);