Home
last modified time | relevance | path

Searched refs:fh_dentry (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/linux/nfsd/
Dnfsfh.h149 struct dentry * fh_dentry; /* validated dentry */ member
209 if (src->fh_dentry || src->fh_locked) { in fh_copy()
210 struct dentry *dentry = src->fh_dentry; in fh_copy()
236 inode = fhp->fh_dentry->d_inode; in fill_pre_wcc()
251 struct inode *inode = fhp->fh_dentry->d_inode; in fill_post_wcc()
290 struct dentry *dentry = fhp->fh_dentry; in fh_lock()
296 if (!fhp->fh_dentry) { in fh_lock()
318 if (!fhp->fh_dentry) in fh_unlock()
323 up(&fhp->fh_dentry->d_inode->i_sem); in fh_unlock()
/linux-2.4.37.9/fs/nfsd/
Dvfs.c108 dparent = fhp->fh_dentry; in nfsd_lookup()
214 dentry = fhp->fh_dentry; in nfsd_setattr()
385 dentry = fhp->fh_dentry; in nfsd_access()
447 dentry = fhp->fh_dentry; in nfsd_open()
640 ra = nfsd_get_raparms(fhp->fh_export->ex_dev, fhp->fh_dentry->d_inode->i_ino); in nfsd_read()
861 dentry = fhp->fh_dentry; in nfsd_create()
871 if (!resfhp->fh_dentry) { in nfsd_create()
883 dchild = resfhp->fh_dentry; in nfsd_create()
986 dentry = fhp->fh_dentry; in nfsd_create_v3()
1109 dentry = fhp->fh_dentry; in nfsd_readlink()
[all …]
Dnfsfh.c543 if (!fhp->fh_dentry) { in fh_verify()
659 fhp->fh_dentry = dentry; in fh_verify()
667 dentry = fhp->fh_dentry; in fh_verify()
811 if (fhp->fh_locked || fhp->fh_dentry) { in fh_compose()
819 fhp->fh_dentry = dentry; /* our internal copy */ in fh_compose()
876 if (!fhp->fh_dentry) in fh_update()
879 dentry = fhp->fh_dentry; in fh_update()
917 struct dentry * dentry = fhp->fh_dentry; in fh_put()
920 fhp->fh_dentry = NULL; in fh_put()
Dnfsproc.c220 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
237 if (!newfhp->fh_dentry) { in nfsd_proc_create()
244 inode = newfhp->fh_dentry->d_inode; in nfsd_proc_create()
270 newfhp->fh_dentry, in nfsd_proc_create()
437 if (resp->fh.fh_dentry) { in nfsd_proc_mkdir()
Dnfs3xdr.c159 struct inode *inode = fhp->fh_dentry->d_inode; in encode_fattr3()
195 struct inode *inode = fhp->fh_dentry->d_inode; in encode_saved_post_attr()
235 struct dentry *dentry = fhp->fh_dentry; in encode_post_op_attr()
250 struct dentry *dentry = fhp->fh_dentry; in encode_wcc_data()
708 dparent = cd->dirfh->fh_dentry; in encode_entry()
Dnfs3proc.c199 struct inode *inode = resp->fh.fh_dentry->d_inode; in nfsd3_proc_read()
552 struct super_block *sb = argp->fh.fh_dentry->d_inode->i_sb; in nfsd3_proc_fsinfo()
588 struct super_block *sb = argp->fh.fh_dentry->d_inode->i_sb; in nfsd3_proc_pathconf()
Dnfsxdr.c148 struct inode *inode = fhp->fh_dentry->d_inode; in encode_fattr()