Lines Matching refs:fhp
1076 struct svc_fh *fhp, in nfsd_file_do_acquire() argument
1090 status = fh_verify(rqstp, fhp, S_IFREG, in nfsd_file_do_acquire()
1093 status = fh_verify_local(net, cred, client, fhp, S_IFREG, in nfsd_file_do_acquire()
1098 inode = d_inode(fhp->fh_dentry); in nfsd_file_do_acquire()
1146 fh_put(fhp); in nfsd_file_do_acquire()
1176 ret = nfsd_open_verified(fhp, may_flags, &nf->nf_file); in nfsd_file_do_acquire()
1185 fh_put(fhp); in nfsd_file_do_acquire()
1232 nfsd_file_acquire_gc(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_gc() argument
1236 fhp, may_flags, NULL, pnf, true); in nfsd_file_acquire_gc()
1257 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire() argument
1261 fhp, may_flags, NULL, pnf, false); in nfsd_file_acquire()
1293 struct auth_domain *client, struct svc_fh *fhp, in nfsd_file_acquire_local() argument
1305 fhp, may_flags, NULL, pnf, false); in nfsd_file_acquire_local()
1329 nfsd_file_acquire_opened(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_opened() argument
1334 fhp, may_flags, file, pnf, false); in nfsd_file_acquire_opened()