Lines Matching refs:fhp
194 nfsd4_vfs_create(struct svc_fh *fhp, struct dentry *child, in nfsd4_vfs_create() argument
213 path.mnt = fhp->fh_export->ex_path.mnt; in nfsd4_vfs_create()
232 nfsd4_create_file(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd4_create_file() argument
251 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_create_file()
254 parent = fhp->fh_dentry; in nfsd4_create_file()
257 host_err = fh_want_write(fhp); in nfsd4_create_file()
273 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd4_create_file()
278 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
305 fh_fill_both_attrs(fhp); in nfsd4_create_file()
348 fh_fill_pre_attrs(fhp); in nfsd4_create_file()
349 status = nfsd4_vfs_create(fhp, child, open); in nfsd4_create_file()
353 fh_fill_post_attrs(fhp); in nfsd4_create_file()
368 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd4_create_file()
379 fh_drop_write(fhp); in nfsd4_create_file()