Lines Matching refs:resfhp
1148 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp, in nfsd_create_setattr() argument
1163 return nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_setattr()
1165 return nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1194 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument
1223 if (!resfhp->fh_dentry) { in nfsd_create()
1234 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create()
1239 dchild = dget(resfhp->fh_dentry); in nfsd_create()
1294 err = nfsd_create_setattr(rqstp, resfhp, iap); in nfsd_create()
1309 err = fh_update(resfhp); in nfsd_create()
1334 struct svc_fh *resfhp, int createmode, u32 *verifier, in do_nfsd_create() argument
1385 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in do_nfsd_create()
1468 err = nfsd_create_setattr(rqstp, resfhp, iap); in do_nfsd_create()
1481 err = fh_update(resfhp); in do_nfsd_create()
1551 struct svc_fh *resfhp) in nfsd_symlink() argument
1587 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()