Lines Matching refs:__be32
93 static __be32
129 static __be32
133 __be32 status = nfs_ok; in nfsd4_check_open_attributes()
165 __be32 status; in do_set_nfs4_acl()
187 static __be32
190 __be32 status; in do_open_permission()
210 static __be32 nfsd_check_obj_isreg(struct svc_fh *fh) in nfsd_check_obj_isreg()
236 static __be32
241 __be32 status; in do_open_lookup()
315 static __be32
319 __be32 status; in do_open_fhandle()
359 static __be32
363 __be32 status; in nfsd4_open()
484 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg()
499 static __be32
510 static __be32
521 static __be32
525 __be32 status; in nfsd4_putrootfh()
532 static __be32
547 static __be32
565 static __be32
579 __be32 verf[2]; in gen_boot_verifier()
586 verf[0] = (__force __be32)nn->nfssvc_boot.tv_sec; in gen_boot_verifier()
587 verf[1] = (__force __be32)nn->nfssvc_boot.tv_usec; in gen_boot_verifier()
591 static __be32
600 static __be32
605 __be32 status; in nfsd4_create()
688 static __be32
692 __be32 status; in nfsd4_getattr()
709 static __be32
713 __be32 status = nfserr_nofilehandle; in nfsd4_link()
724 static __be32 nfsd4_do_lookupp(struct svc_rqst *rqstp, struct svc_fh *fh) in nfsd4_do_lookupp()
727 __be32 ret; in nfsd4_do_lookupp()
741 static __be32
748 static __be32
757 static __be32
761 __be32 status; in nfsd4_read()
794 static __be32
819 static __be32
828 static __be32
832 __be32 status; in nfsd4_remove()
845 static __be32
849 __be32 status = nfserr_nofilehandle; in nfsd4_rename()
866 static __be32
873 __be32 err; in nfsd4_secinfo()
897 static __be32
901 __be32 err; in nfsd4_secinfo_no_name()
920 static __be32
924 __be32 status = nfs_ok; in nfsd4_setattr()
980 static __be32
986 __be32 status = nfs_ok; in nfsd4_write()
1020 static __be32
1024 __be32 status = nfserr_notsupp; in nfsd4_fallocate()
1045 static __be32
1052 static __be32
1060 static __be32
1065 __be32 status; in nfsd4_seek()
1110 static __be32
1114 __be32 *buf, *p; in _nfsd4_verify()
1116 __be32 status; in _nfsd4_verify()
1168 static __be32
1172 __be32 status; in nfsd4_nverify()
1178 static __be32
1182 __be32 status; in nfsd4_verify()
1206 static __be32
1214 __be32 nfserr; in nfsd4_getdeviceinfo()
1250 static __be32
1258 __be32 nfserr; in nfsd4_layoutget()
1329 static __be32
1340 __be32 nfserr; in nfsd4_layoutcommit()
1394 static __be32
1400 __be32 nfserr; in nfsd4_layoutreturn()
1444 static __be32
1456 typedef __be32(*nfsd4op_func)(struct svc_rqst *, struct nfsd4_compound_state *,
1518 static __be32 nfs41_check_op_ordering(struct nfsd4_compoundargs *args) in nfs41_check_op_ordering()
1607 static __be32
1617 __be32 status; in nfsd4_proc_compound()
1774 return (op_encode_hdr_size) * sizeof(__be32); in nfsd4_only_status_rsize()
1779 return (op_encode_hdr_size + op_encode_stateid_maxsz)* sizeof(__be32); in nfsd4_status_stateid_rsize()
1784 return (op_encode_hdr_size + op_encode_verifier_maxsz) * sizeof(__be32); in nfsd4_commit_rsize()
1790 + nfs4_fattr_bitmap_maxsz) * sizeof(__be32); in nfsd4_create_rsize()
1839 * sizeof(__be32); in nfsd4_link_rsize()
1845 * sizeof(__be32); in nfsd4_lock_rsize()
1853 + op_encode_delegation_maxsz) * sizeof(__be32); in nfsd4_open_rsize()
1863 return (op_encode_hdr_size + 2 + XDR_QUADLEN(rlen)) * sizeof(__be32); in nfsd4_read_rsize()
1874 XDR_QUADLEN(rlen)) * sizeof(__be32); in nfsd4_readdir_rsize()
1880 * sizeof(__be32); in nfsd4_remove_rsize()
1886 + op_encode_change_info_maxsz) * sizeof(__be32); in nfsd4_rename_rsize()
1893 + XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5) * sizeof(__be32); in nfsd4_sequence_rsize()
1898 return (op_encode_hdr_size + nfs4_fattr_bitmap_maxsz) * sizeof(__be32); in nfsd4_setattr_rsize()
1904 sizeof(__be32); in nfsd4_setclientid_rsize()
1909 return (op_encode_hdr_size + 2 + op_encode_verifier_maxsz) * sizeof(__be32); in nfsd4_write_rsize()
1923 0 /* ignored eir_server_impl_id contents */) * sizeof(__be32); in nfsd4_exchange_id_rsize()
1930 2 /* bctsr_dir, use_conn_in_rdma_mode */) * sizeof(__be32); in nfsd4_bind_conn_to_session_rsize()
1939 op_encode_channel_attrs_maxsz) * sizeof(__be32); in nfsd4_create_session_rsize()
1954 MAX_LAYOUT_SIZE) * sizeof(__be32); in nfsd4_layoutget_rsize()
1961 2 /* ns_size */) * sizeof(__be32); in nfsd4_layoutcommit_rsize()
1968 op_encode_stateid_maxsz) * sizeof(__be32); in nfsd4_layoutreturn_rsize()
2310 return op_encode_hdr_size * sizeof(__be32); in nfsd4_max_reply()