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()
482 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg()
497 static __be32
508 static __be32
519 static __be32
523 __be32 status; in nfsd4_putrootfh()
530 static __be32
545 static __be32
563 static __be32
577 __be32 verf[2]; in gen_boot_verifier()
584 verf[0] = (__force __be32)nn->nfssvc_boot.tv_sec; in gen_boot_verifier()
585 verf[1] = (__force __be32)nn->nfssvc_boot.tv_usec; in gen_boot_verifier()
589 static __be32
598 static __be32
603 __be32 status; in nfsd4_create()
686 static __be32
690 __be32 status; in nfsd4_getattr()
707 static __be32
711 __be32 status = nfserr_nofilehandle; in nfsd4_link()
722 static __be32 nfsd4_do_lookupp(struct svc_rqst *rqstp, struct svc_fh *fh) in nfsd4_do_lookupp()
725 __be32 ret; in nfsd4_do_lookupp()
739 static __be32
746 static __be32
755 static __be32
759 __be32 status; in nfsd4_read()
790 static __be32
815 static __be32
824 static __be32
828 __be32 status; in nfsd4_remove()
841 static __be32
845 __be32 status = nfserr_nofilehandle; in nfsd4_rename()
862 static __be32
869 __be32 err; in nfsd4_secinfo()
893 static __be32
897 __be32 err; in nfsd4_secinfo_no_name()
916 static __be32
920 __be32 status = nfs_ok; in nfsd4_setattr()
976 static __be32
982 __be32 status = nfs_ok; in nfsd4_write()
1013 static __be32
1017 __be32 status = nfserr_notsupp; in nfsd4_fallocate()
1036 static __be32
1043 static __be32
1051 static __be32
1056 __be32 status; in nfsd4_seek()
1099 static __be32
1103 __be32 *buf, *p; in _nfsd4_verify()
1105 __be32 status; in _nfsd4_verify()
1157 static __be32
1161 __be32 status; in nfsd4_nverify()
1167 static __be32
1171 __be32 status; in nfsd4_verify()
1195 static __be32
1203 __be32 nfserr; in nfsd4_getdeviceinfo()
1239 static __be32
1247 __be32 nfserr; in nfsd4_layoutget()
1319 static __be32
1330 __be32 nfserr; in nfsd4_layoutcommit()
1383 static __be32
1389 __be32 nfserr; in nfsd4_layoutreturn()
1433 static __be32
1445 typedef __be32(*nfsd4op_func)(struct svc_rqst *, struct nfsd4_compound_state *,
1507 static __be32 nfs41_check_op_ordering(struct nfsd4_compoundargs *args) in nfs41_check_op_ordering()
1596 static __be32
1606 __be32 status; in nfsd4_proc_compound()
1759 return (op_encode_hdr_size) * sizeof(__be32); in nfsd4_only_status_rsize()
1764 return (op_encode_hdr_size + op_encode_stateid_maxsz)* sizeof(__be32); in nfsd4_status_stateid_rsize()
1769 return (op_encode_hdr_size + op_encode_verifier_maxsz) * sizeof(__be32); in nfsd4_commit_rsize()
1775 + nfs4_fattr_bitmap_maxsz) * sizeof(__be32); in nfsd4_create_rsize()
1824 * sizeof(__be32); in nfsd4_link_rsize()
1830 * sizeof(__be32); in nfsd4_lock_rsize()
1838 + op_encode_delegation_maxsz) * sizeof(__be32); in nfsd4_open_rsize()
1848 return (op_encode_hdr_size + 2 + XDR_QUADLEN(rlen)) * sizeof(__be32); in nfsd4_read_rsize()
1859 XDR_QUADLEN(rlen)) * sizeof(__be32); in nfsd4_readdir_rsize()
1865 * sizeof(__be32); in nfsd4_remove_rsize()
1871 + op_encode_change_info_maxsz) * sizeof(__be32); in nfsd4_rename_rsize()
1878 + XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5) * sizeof(__be32); in nfsd4_sequence_rsize()
1883 return (op_encode_hdr_size + nfs4_fattr_bitmap_maxsz) * sizeof(__be32); in nfsd4_setattr_rsize()
1889 sizeof(__be32); in nfsd4_setclientid_rsize()
1894 return (op_encode_hdr_size + 2 + op_encode_verifier_maxsz) * sizeof(__be32); in nfsd4_write_rsize()
1908 0 /* ignored eir_server_impl_id contents */) * sizeof(__be32); in nfsd4_exchange_id_rsize()
1915 2 /* bctsr_dir, use_conn_in_rdma_mode */) * sizeof(__be32); in nfsd4_bind_conn_to_session_rsize()
1924 op_encode_channel_attrs_maxsz) * sizeof(__be32); in nfsd4_create_session_rsize()
1939 MAX_LAYOUT_SIZE) * sizeof(__be32); in nfsd4_layoutget_rsize()
1946 2 /* ns_size */) * sizeof(__be32); in nfsd4_layoutcommit_rsize()
1953 op_encode_stateid_maxsz) * sizeof(__be32); in nfsd4_layoutreturn_rsize()
2295 return op_encode_hdr_size * sizeof(__be32); in nfsd4_max_reply()