Lines Matching defs:rqstp
985 nfsd_file_do_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp,
990 struct net *net = SVC_NET(rqstp);
999 status = fh_verify(rqstp, fhp, S_IFREG,
1045 trace_nfsd_file_insert_err(rqstp, inode, may_flags, ret);
1054 trace_nfsd_file_cons_err(rqstp, inode, may_flags, nf);
1077 trace_nfsd_file_acquire(rqstp, inode, may_flags, nf, status);
1090 ret = nfsd_open_verified(rqstp, fhp, may_flags,
1127 * @rqstp: the RPC transaction being executed
1144 nfsd_file_acquire_gc(struct svc_rqst *rqstp, struct svc_fh *fhp,
1147 return nfsd_file_do_acquire(rqstp, fhp, may_flags, NULL, pnf, true);
1152 * @rqstp: the RPC transaction being executed
1168 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp,
1171 return nfsd_file_do_acquire(rqstp, fhp, may_flags, NULL, pnf, false);
1176 * @rqstp: the RPC transaction being executed
1193 nfsd_file_acquire_opened(struct svc_rqst *rqstp, struct svc_fh *fhp,
1197 return nfsd_file_do_acquire(rqstp, fhp, may_flags, file, pnf, false);