Lines Matching refs:rqstp
110 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in check_attr_support() argument
132 nfsd4_check_open_attributes(struct svc_rqst *rqstp, in nfsd4_check_open_attributes() argument
140 status = check_attr_support(rqstp, cstate, in nfsd4_check_open_attributes()
143 status = check_attr_support(rqstp, cstate, in nfsd4_check_open_attributes()
164 do_set_nfs4_acl(struct svc_rqst *rqstp, struct svc_fh *fhp, in do_set_nfs4_acl() argument
169 status = nfsd4_set_nfs4_acl(rqstp, fhp, acl); in do_set_nfs4_acl()
190 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() argument
207 status = fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission()
239 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open… in do_open_lookup() argument
272 status = do_nfsd_create(rqstp, current_fh, open->op_fname, in do_open_lookup()
297 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup()
306 do_set_nfs4_acl(rqstp, *resfh, open->op_acl, open->op_bmval); in do_open_lookup()
313 status = do_open_permission(rqstp, *resfh, open, accmode); in do_open_lookup()
320 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope… in do_open_fhandle() argument
348 status = do_open_permission(rqstp, current_fh, open, accmode); in do_open_fhandle()
364 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() argument
370 struct net *net = SVC_NET(rqstp); in nfsd4_open()
402 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_open()
416 status = nfsd4_check_open_attributes(rqstp, cstate, open); in nfsd4_open()
432 status = do_open_lookup(rqstp, cstate, open, &resfh); in nfsd4_open()
445 status = do_open_fhandle(rqstp, cstate, open); in nfsd4_open()
467 status = nfsd4_process_open2(rqstp, resfh, open); in nfsd4_open()
490 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg() argument
499 return nfsd4_open(rqstp, cstate, &op->u); in nfsd4_open_omfg()
506 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh() argument
514 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh() argument
524 ret = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_BYPASS_GSS); in nfsd4_putfh()
535 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putrootfh() argument
541 status = exp_pseudoroot(rqstp, &cstate->current_fh); in nfsd4_putrootfh()
546 nfsd4_restorefh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_restorefh() argument
561 nfsd4_savefh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_savefh() argument
576 nfsd4_access(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_access() argument
591 return nfsd_access(rqstp, &cstate->current_fh, &access->ac_resp_access, in nfsd4_access()
605 nfsd4_commit(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_commit() argument
610 return nfsd_commit(rqstp, &cstate->current_fh, commit->co_offset, in nfsd4_commit()
616 nfsd4_create(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_create() argument
626 status = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_NOP); in nfsd4_create()
630 status = check_attr_support(rqstp, cstate, create->cr_bmval, in nfsd4_create()
638 status = nfsd_symlink(rqstp, &cstate->current_fh, in nfsd4_create()
649 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
660 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
666 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
672 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
679 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
695 do_set_nfs4_acl(rqstp, &resfh, create->cr_acl, in nfsd4_create()
709 nfsd4_getattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getattr() argument
715 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in nfsd4_getattr()
731 nfsd4_link(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_link() argument
737 status = nfsd_link(rqstp, &cstate->current_fh, in nfsd4_link()
744 static __be32 nfsd4_do_lookupp(struct svc_rqst *rqstp, struct svc_fh *fh) in nfsd4_do_lookupp() argument
750 ret = exp_pseudoroot(rqstp, &tmp_fh); in nfsd4_do_lookupp()
758 return nfsd_lookup(rqstp, fh, "..", 2, fh); in nfsd4_do_lookupp()
762 nfsd4_lookupp(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lookupp() argument
765 return nfsd4_do_lookupp(rqstp, &cstate->current_fh); in nfsd4_lookupp()
769 nfsd4_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lookup() argument
772 return nfsd_lookup(rqstp, &cstate->current_fh, in nfsd4_lookup()
778 nfsd4_read(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_read() argument
788 trace_nfsd_read_start(rqstp, &cstate->current_fh, in nfsd4_read()
799 if (!nfsd4_last_compound_op(rqstp)) in nfsd4_read()
800 clear_bit(RQ_SPLICE_OK, &rqstp->rq_flags); in nfsd4_read()
803 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_read()
812 read->rd_rqstp = rqstp; in nfsd4_read()
828 nfsd4_readdir(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_readdir() argument
848 readdir->rd_rqstp = rqstp; in nfsd4_readdir()
854 nfsd4_readlink(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_readlink() argument
857 u->readlink.rl_rqstp = rqstp; in nfsd4_readlink()
863 nfsd4_remove(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_remove() argument
869 if (opens_in_grace(SVC_NET(rqstp))) in nfsd4_remove()
871 status = nfsd_unlink(rqstp, &cstate->current_fh, 0, in nfsd4_remove()
881 nfsd4_rename(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_rename() argument
887 if (opens_in_grace(SVC_NET(rqstp))) in nfsd4_rename()
889 status = nfsd_rename(rqstp, &cstate->save_fh, rename->rn_sname, in nfsd4_rename()
900 nfsd4_secinfo(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_secinfo() argument
908 err = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_EXEC); in nfsd4_secinfo()
911 err = nfsd_lookup_dentry(rqstp, &cstate->current_fh, in nfsd4_secinfo()
930 nfsd4_secinfo_no_name(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_secinfo_no_name() argument
939 err = nfsd4_do_lookupp(rqstp, &cstate->current_fh); in nfsd4_secinfo_no_name()
967 nfsd4_setattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_setattr() argument
975 status = nfs4_preprocess_stateid_op(rqstp, cstate, in nfsd4_setattr()
988 status = check_attr_support(rqstp, cstate, setattr->sa_bmval, in nfsd4_setattr()
994 status = nfsd4_set_nfs4_acl(rqstp, &cstate->current_fh, in nfsd4_setattr()
999 status = nfsd4_set_nfs4_label(rqstp, &cstate->current_fh, in nfsd4_setattr()
1003 status = nfsd_setattr(rqstp, &cstate->current_fh, &setattr->sa_iattr, in nfsd4_setattr()
1011 nfsd4_write(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_write() argument
1025 trace_nfsd_write_start(rqstp, &cstate->current_fh, in nfsd4_write()
1027 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_write()
1036 nvecs = svc_fill_write_vector(rqstp, &write->wr_payload); in nfsd4_write()
1037 WARN_ON_ONCE(nvecs > ARRAY_SIZE(rqstp->rq_vec)); in nfsd4_write()
1039 status = nfsd_vfs_write(rqstp, &cstate->current_fh, nf, in nfsd4_write()
1040 write->wr_offset, rqstp->rq_vec, nvecs, &cnt, in nfsd4_write()
1046 trace_nfsd_write_done(rqstp, &cstate->current_fh, in nfsd4_write()
1052 nfsd4_verify_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_verify_copy() argument
1061 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->save_fh, in nfsd4_verify_copy()
1068 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_verify_copy()
1092 nfsd4_clone(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_clone() argument
1099 status = nfsd4_verify_copy(rqstp, cstate, &clone->cl_src_stateid, &src, in nfsd4_clone()
1253 nfsd4_interssc_connect(struct nl4_server *nss, struct svc_rqst *rqstp, in nfsd4_interssc_connect() argument
1266 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id); in nfsd4_interssc_connect()
1269 tmp_addrlen = rpc_uaddr2sockaddr(SVC_NET(rqstp), naddr->addr, in nfsd4_interssc_connect()
1363 nfsd4_setup_inter_ssc(struct svc_rqst *rqstp, in nfsd4_setup_inter_ssc() argument
1372 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_setup_inter_ssc()
1378 status = nfsd4_interssc_connect(©->cp_src, rqstp, mount); in nfsd4_setup_inter_ssc()
1440 nfsd4_setup_inter_ssc(struct svc_rqst *rqstp, in nfsd4_setup_inter_ssc() argument
1469 nfsd4_setup_intra_ssc(struct svc_rqst *rqstp, in nfsd4_setup_intra_ssc() argument
1473 return nfsd4_verify_copy(rqstp, cstate, ©->cp_src_stateid, in nfsd4_setup_intra_ssc()
1650 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy() argument
1662 status = nfsd4_setup_inter_ssc(rqstp, cstate, copy, in nfsd4_copy()
1667 status = nfsd4_setup_intra_ssc(rqstp, cstate, copy); in nfsd4_copy()
1676 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id); in nfsd4_copy()
1730 nfsd4_offload_cancel(struct svc_rqst *rqstp, in nfsd4_offload_cancel() argument
1740 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id); in nfsd4_offload_cancel()
1750 nfsd4_copy_notify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_copy_notify() argument
1755 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id); in nfsd4_copy_notify()
1760 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_copy_notify()
1781 status = nfsd4_set_netaddr((struct sockaddr *)&rqstp->rq_daddr, in nfsd4_copy_notify()
1794 nfsd4_fallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_fallocate() argument
1800 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_fallocate()
1808 status = nfsd4_vfs_fallocate(rqstp, &cstate->current_fh, nf->nf_file, in nfsd4_fallocate()
1816 nfsd4_offload_status(struct svc_rqst *rqstp, in nfsd4_offload_status() argument
1836 nfsd4_allocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_allocate() argument
1839 return nfsd4_fallocate(rqstp, cstate, &u->allocate, 0); in nfsd4_allocate()
1843 nfsd4_deallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_deallocate() argument
1846 return nfsd4_fallocate(rqstp, cstate, &u->deallocate, in nfsd4_deallocate()
1851 nfsd4_seek(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_seek() argument
1859 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_seek()
1900 _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in _nfsd4_verify() argument
1907 status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); in _nfsd4_verify()
1911 status = check_attr_support(rqstp, cstate, verify->ve_bmval, NULL); in _nfsd4_verify()
1934 rqstp, 0); in _nfsd4_verify()
1958 nfsd4_nverify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_nverify() argument
1963 status = _nfsd4_verify(rqstp, cstate, &u->verify); in nfsd4_nverify()
1968 nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_verify() argument
1973 status = _nfsd4_verify(rqstp, cstate, &u->nverify); in nfsd4_verify()
1997 nfsd4_getdeviceinfo(struct svc_rqst *rqstp, in nfsd4_getdeviceinfo() argument
2019 exp = rqst_exp_find(rqstp, map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()
2033 rqstp, cstate->clp, gdp); in nfsd4_getdeviceinfo()
2049 nfsd4_layoutget(struct svc_rqst *rqstp, in nfsd4_layoutget() argument
2073 nfserr = fh_verify(rqstp, current_fh, 0, accmode); in nfsd4_layoutget()
2103 nfserr = nfsd4_preprocess_layout_stateid(rqstp, cstate, &lgp->lg_sid, in nfsd4_layoutget()
2135 nfsd4_layoutcommit(struct svc_rqst *rqstp, in nfsd4_layoutcommit() argument
2147 nfserr = fh_verify(rqstp, current_fh, 0, NFSD_MAY_WRITE); in nfsd4_layoutcommit()
2171 nfserr = nfsd4_preprocess_layout_stateid(rqstp, cstate, &lcp->lc_sid, in nfsd4_layoutcommit()
2199 nfsd4_layoutreturn(struct svc_rqst *rqstp, in nfsd4_layoutreturn() argument
2206 nfserr = fh_verify(rqstp, current_fh, 0, NFSD_MAY_NOP); in nfsd4_layoutreturn()
2228 nfserr = nfsd4_return_file_layouts(rqstp, cstate, lrp); in nfsd4_layoutreturn()
2232 nfserr = nfsd4_return_client_layouts(rqstp, cstate, lrp); in nfsd4_layoutreturn()
2246 nfsd4_getxattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getxattr() argument
2251 return nfsd_getxattr(rqstp, &cstate->current_fh, in nfsd4_getxattr()
2257 nfsd4_setxattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_setxattr() argument
2263 if (opens_in_grace(SVC_NET(rqstp))) in nfsd4_setxattr()
2266 ret = nfsd_setxattr(rqstp, &cstate->current_fh, setxattr->setxa_name, in nfsd4_setxattr()
2277 nfsd4_listxattrs(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_listxattrs() argument
2284 return nfsd_listxattr(rqstp, &cstate->current_fh, in nfsd4_listxattrs()
2289 nfsd4_removexattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_removexattr() argument
2295 if (opens_in_grace(SVC_NET(rqstp))) in nfsd4_removexattr()
2298 ret = nfsd_removexattr(rqstp, &cstate->current_fh, in nfsd4_removexattr()
2311 nfsd4_proc_null(struct svc_rqst *rqstp) in nfsd4_proc_null() argument
2376 static bool need_wrongsec_check(struct svc_rqst *rqstp) in need_wrongsec_check() argument
2378 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check()
2379 struct nfsd4_compoundargs *argp = rqstp->rq_argp; in need_wrongsec_check()
2452 nfsd4_proc_compound(struct svc_rqst *rqstp) in nfsd4_proc_compound() argument
2454 struct nfsd4_compoundargs *args = rqstp->rq_argp; in nfsd4_proc_compound()
2455 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound()
2460 struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id); in nfsd4_proc_compound()
2463 resp->xdr = &rqstp->rq_res_stream; in nfsd4_proc_compound()
2473 resp->rqstp = rqstp; in nfsd4_proc_compound()
2481 clear_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
2502 rqstp->rq_lease_breaker = (void **)&cstate->clp; in nfsd4_proc_compound()
2504 trace_nfsd_compound(rqstp, args->opcnt); in nfsd4_proc_compound()
2515 op->status = nfsd4_open_omfg(rqstp, cstate, op); in nfsd4_proc_compound()
2539 u32 plen = op->opdesc->op_rsize_bop(rqstp, op); in nfsd4_proc_compound()
2554 op->status = op->opdesc->op_func(rqstp, cstate, &op->u); in nfsd4_proc_compound()
2570 need_wrongsec_check(rqstp)) in nfsd4_proc_compound()
2571 op->status = check_nfsd_access(current_fh->fh_export, rqstp); in nfsd4_proc_compound()
2596 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
2618 static inline u32 nfsd4_only_status_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_only_status_rsize() argument
2623 static inline u32 nfsd4_status_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_status_stateid_rsize() argument
2628 static inline u32 nfsd4_access_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_access_rsize() argument
2634 static inline u32 nfsd4_commit_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_commit_rsize() argument
2639 static inline u32 nfsd4_create_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_create_rsize() argument
2650 static inline u32 nfsd4_getattr_rsize(struct svc_rqst *rqstp, in nfsd4_getattr_rsize() argument
2658 return svc_max_payload(rqstp); in nfsd4_getattr_rsize()
2660 return svc_max_payload(rqstp); in nfsd4_getattr_rsize()
2688 static inline u32 nfsd4_getfh_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_getfh_rsize() argument
2693 static inline u32 nfsd4_link_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_link_rsize() argument
2699 static inline u32 nfsd4_lock_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_lock_rsize() argument
2705 static inline u32 nfsd4_open_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_open_rsize() argument
2713 static inline u32 nfsd4_read_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_read_rsize() argument
2717 maxcount = svc_max_payload(rqstp); in nfsd4_read_rsize()
2723 static inline u32 nfsd4_read_plus_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_read_plus_rsize() argument
2725 u32 maxcount = svc_max_payload(rqstp); in nfsd4_read_plus_rsize()
2737 static inline u32 nfsd4_readdir_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_readdir_rsize() argument
2741 maxcount = svc_max_payload(rqstp); in nfsd4_readdir_rsize()
2748 static inline u32 nfsd4_readlink_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_readlink_rsize() argument
2753 static inline u32 nfsd4_remove_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_remove_rsize() argument
2759 static inline u32 nfsd4_rename_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_rename_rsize() argument
2765 static inline u32 nfsd4_sequence_rsize(struct svc_rqst *rqstp, in nfsd4_sequence_rsize() argument
2772 static inline u32 nfsd4_test_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_test_stateid_rsize() argument
2778 static inline u32 nfsd4_setattr_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_setattr_rsize() argument
2783 static inline u32 nfsd4_secinfo_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_secinfo_rsize() argument
2789 static inline u32 nfsd4_setclientid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_setclientid_rsize() argument
2795 static inline u32 nfsd4_write_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_write_rsize() argument
2800 static inline u32 nfsd4_exchange_id_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_exchange_id_rsize() argument
2814 static inline u32 nfsd4_bind_conn_to_session_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_bind_conn_to_session_rsize() argument
2821 static inline u32 nfsd4_create_session_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_create_session_rsize() argument
2830 static inline u32 nfsd4_copy_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_copy_rsize() argument
2842 static inline u32 nfsd4_offload_status_rsize(struct svc_rqst *rqstp, in nfsd4_offload_status_rsize() argument
2850 static inline u32 nfsd4_copy_notify_rsize(struct svc_rqst *rqstp, in nfsd4_copy_notify_rsize() argument
2866 static inline u32 nfsd4_getdeviceinfo_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_getdeviceinfo_rsize() argument
2870 maxcount = svc_max_payload(rqstp); in nfsd4_getdeviceinfo_rsize()
2884 static inline u32 nfsd4_layoutget_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_layoutget_rsize() argument
2893 static inline u32 nfsd4_layoutcommit_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_layoutcommit_rsize() argument
2900 static inline u32 nfsd4_layoutreturn_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_layoutreturn_rsize() argument
2909 static inline u32 nfsd4_seek_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_seek_rsize() argument
2914 static inline u32 nfsd4_getxattr_rsize(struct svc_rqst *rqstp, in nfsd4_getxattr_rsize() argument
2919 maxcount = svc_max_payload(rqstp); in nfsd4_getxattr_rsize()
2925 static inline u32 nfsd4_setxattr_rsize(struct svc_rqst *rqstp, in nfsd4_setxattr_rsize() argument
2931 static inline u32 nfsd4_listxattrs_rsize(struct svc_rqst *rqstp, in nfsd4_listxattrs_rsize() argument
2936 maxcount = svc_max_payload(rqstp); in nfsd4_listxattrs_rsize()
2942 static inline u32 nfsd4_removexattr_rsize(struct svc_rqst *rqstp, in nfsd4_removexattr_rsize() argument
3372 bool nfsd4_spo_must_allow(struct svc_rqst *rqstp) in nfsd4_spo_must_allow() argument
3374 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow()
3375 struct nfsd4_compoundargs *argp = rqstp->rq_argp; in nfsd4_spo_must_allow()
3392 nfsd4_mach_creds_match(cstate->clp, rqstp)) { in nfsd4_spo_must_allow()
3401 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_max_reply() argument
3407 return OPDESC(op)->op_rsize_bop(rqstp, op); in nfsd4_max_reply()