Lines Matching refs:resfhp
844 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument
871 if (!resfhp->fh_dentry) { in nfsd_create()
878 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create()
883 dchild = resfhp->fh_dentry; in nfsd_create()
945 err = nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create()
950 err = fh_update(resfhp); in nfsd_create()
966 struct svc_fh *resfhp, int createmode, u32 *verifier) in nfsd_create_v3() argument
1004 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create_v3()
1058 err = fh_update(resfhp); in nfsd_create_v3()
1080 err = nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_v3()
1145 struct svc_fh *resfhp, in nfsd_symlink() argument
1190 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()