Lines Matching refs:fhp

1055 nfsd_file_get_dio_attrs(const struct svc_fh *fhp, struct nfsd_file *nf)  in nfsd_file_get_dio_attrs()  argument
1065 status = fh_getattr(fhp, &stat); in nfsd_file_get_dio_attrs()
1087 struct svc_fh *fhp, in nfsd_file_do_acquire() argument
1101 status = fh_verify(rqstp, fhp, type, in nfsd_file_do_acquire()
1104 status = fh_verify_local(net, cred, client, fhp, type, in nfsd_file_do_acquire()
1109 inode = d_inode(fhp->fh_dentry); in nfsd_file_do_acquire()
1157 fh_put(fhp); in nfsd_file_do_acquire()
1190 ret = nfsd_open_verified(fhp, type, may_flags, &nf->nf_file); in nfsd_file_do_acquire()
1199 fh_put(fhp); in nfsd_file_do_acquire()
1205 status = nfsd_file_get_dio_attrs(fhp, nf); in nfsd_file_do_acquire()
1248 nfsd_file_acquire_gc(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_gc() argument
1252 fhp, may_flags, NULL, S_IFREG, true, pnf); in nfsd_file_acquire_gc()
1273 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire() argument
1277 fhp, may_flags, NULL, S_IFREG, false, pnf); in nfsd_file_acquire()
1309 struct auth_domain *client, struct svc_fh *fhp, in nfsd_file_acquire_local() argument
1320 beres = nfsd_file_do_acquire(NULL, net, cred, client, fhp, may_flags, in nfsd_file_acquire_local()
1345 nfsd_file_acquire_opened(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_opened() argument
1350 fhp, may_flags, file, S_IFREG, false, pnf); in nfsd_file_acquire_opened()
1371 nfsd_file_acquire_dir(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_dir() argument
1374 return nfsd_file_do_acquire(rqstp, SVC_NET(rqstp), NULL, NULL, fhp, in nfsd_file_acquire_dir()