Lines Matching refs:fhp
253 nfsd3_create_file(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd3_create_file() argument
266 trace_nfsd_vfs_create(rqstp, fhp, S_IFREG, argp->name, argp->len); in nfsd3_create_file()
273 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd3_create_file()
277 parent = fhp->fh_dentry; in nfsd3_create_file()
280 host_err = fh_want_write(fhp); in nfsd3_create_file()
295 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd3_create_file()
300 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file()
344 status = fh_fill_pre_attrs(fhp); in nfsd3_create_file()
352 fh_fill_post_attrs(fhp); in nfsd3_create_file()
367 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd3_create_file()
373 fh_drop_write(fhp); in nfsd3_create_file()