Searched refs:resfhp (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1738 struct svc_fh *resfhp, struct nfsd_attrs *attrs) in nfsd_create_setattr() argument 1761 status = nfsd_setattr(rqstp, resfhp, attrs, NULL); in nfsd_create_setattr() 1763 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr() 1777 status = fh_update(resfhp); in nfsd_create_setattr() 1801 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument 1812 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked() 1839 } else if (unlikely(dchild != resfhp->fh_dentry)) { in nfsd_create_locked() 1840 dput(resfhp->fh_dentry); in nfsd_create_locked() 1841 resfhp->fh_dentry = dget(dchild); in nfsd_create_locked() 1859 err = nfsd_create_setattr(rqstp, fhp, resfhp, attrs); in nfsd_create_locked() [all …]
|
| H A D | vfs.h | 105 struct svc_fh *resfhp, struct nfsd_attrs *iap);
|
| H A D | nfs3proc.c | 278 struct svc_fh *resfhp, struct nfsd3_createargs *argp) in nfsd3_create_file() argument 323 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file() 390 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd3_create_file()
|
| H A D | nfs4proc.c | 250 struct svc_fh *resfhp, struct nfsd4_open *open) in nfsd4_create_file() argument 335 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file() 389 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file() 406 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd4_create_file()
|