Searched refs:dentryp (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 1526 int do_statahead_enter(struct inode *dir, struct dentry **dentryp, in do_statahead_enter() argument 1549 if ((*dentryp)->d_name.name[0] == '.') { in do_statahead_enter() 1576 entry = ll_sa_entry_get_byname(sai, &(*dentryp)->d_name); in do_statahead_enter() 1607 if (d_inode(*dentryp) == NULL) { in do_statahead_enter() 1611 *dentryp); in do_statahead_enter() 1616 *dentryp = alias; in do_statahead_enter() 1617 } else if (d_inode(*dentryp) != inode) { in do_statahead_enter() 1621 *dentryp, in do_statahead_enter() 1622 d_inode(*dentryp)->i_ino, in do_statahead_enter() 1623 d_inode(*dentryp)->i_generation, in do_statahead_enter() [all …]
|
D | llite_internal.h | 1234 d_need_statahead(struct inode *dir, struct dentry *dentryp) in d_need_statahead() argument 1251 ldd = ll_d2d(dentryp); in d_need_statahead() 1275 ll_statahead_enter(struct inode *dir, struct dentry **dentryp, int only_unplug) in ll_statahead_enter() argument 1279 ret = d_need_statahead(dir, *dentryp); in ll_statahead_enter() 1283 return do_statahead_enter(dir, dentryp, only_unplug); in ll_statahead_enter()
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 142 …t(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct dentry **dentryp) in nfsd_lookup_parent() argument 152 *dentryp = dget(dparent); in nfsd_lookup_parent() 157 *dentryp = dget(path.dentry); in nfsd_lookup_parent()
|