Home
last modified time | relevance | path

Searched refs:NFS4_MAX_SESSIONID_LEN (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dxdr4cb.h8 #define sessionid_sz (NFS4_MAX_SESSIONID_LEN >> 2)
H A Dnfs4callback.c165 p = xdr_reserve_space(xdr, NFS4_MAX_SESSIONID_LEN); in encode_sessionid4()
167 NFS4_MAX_SESSIONID_LEN); in encode_sessionid4()
428 p = xdr_inline_decode(xdr, NFS4_MAX_SESSIONID_LEN + 4 + 4 + 4 + 4); in decode_cb_sequence4resok()
432 if (memcmp(p, session->se_sessionid.data, NFS4_MAX_SESSIONID_LEN)) { in decode_cb_sequence4resok()
436 p += XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN); in decode_cb_sequence4resok()
H A Dnfs4xdr.c649 p = xdr_inline_decode(argp->xdr, NFS4_MAX_SESSIONID_LEN); in nfsd4_decode_sessionid4()
3759 p = xdr_reserve_space(xdr, NFS4_MAX_SESSIONID_LEN + 8); in nfsd4_encode_bind_conn_to_session()
3763 NFS4_MAX_SESSIONID_LEN); in nfsd4_encode_bind_conn_to_session()
4577 NFS4_MAX_SESSIONID_LEN); in nfsd4_encode_create_session()
4627 p = xdr_reserve_space(xdr, NFS4_MAX_SESSIONID_LEN + 20); in nfsd4_encode_sequence()
4631 NFS4_MAX_SESSIONID_LEN); in nfsd4_encode_sequence()
H A Dnfs4proc.c2966 + XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5) * sizeof(__be32); in nfsd4_sequence_rsize()
3021 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + /* bctsr_sessid */\ in nfsd4_bind_conn_to_session_rsize()
3029 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + /* sessionid */\ in nfsd4_create_session_rsize()
H A Dnfs4state.c2029 NFS4_MAX_SESSIONID_LEN)) { in __find_in_sessionid_hashtbl()
3492 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
3501 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
3675 NFS4_MAX_SESSIONID_LEN); in nfsd4_create_session()
/openbmc/linux/include/uapi/linux/
H A Dnfs4.h28 #define NFS4_MAX_SESSIONID_LEN 16 macro
/openbmc/linux/fs/nfs/
H A Dcallback_xdr.c36 NFS4_MAX_SESSIONID_LEN + \
349 p = xdr_inline_decode(xdr, NFS4_MAX_SESSIONID_LEN); in decode_sessionid()
353 memcpy(sid->data, p, NFS4_MAX_SESSIONID_LEN); in decode_sessionid()
720 p = xdr_reserve_space(xdr, NFS4_MAX_SESSIONID_LEN); in encode_sessionid()
724 memcpy(p, sid, NFS4_MAX_SESSIONID_LEN); in encode_sessionid()
H A Dnfs4session.h148 memcpy(dst->data, src->data, NFS4_MAX_SESSIONID_LEN); in nfs4_copy_sessionid()
H A Dnfs4xdr.c369 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
376 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
381 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
389 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 4)
391 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5)
1792 encode_opaque_fixed(xdr, args->sessionid.data, NFS4_MAX_SESSIONID_LEN); in encode_bind_conn_to_session()
1916 encode_opaque_fixed(xdr, session->sess_id.data, NFS4_MAX_SESSIONID_LEN); in encode_destroy_session()
1965 p = reserve_space(xdr, NFS4_MAX_SESSIONID_LEN + 16); in encode_sequence()
1966 p = xdr_encode_opaque_fixed(p, session->sess_id.data, NFS4_MAX_SESSIONID_LEN); in encode_sequence()
5764 return decode_opaque_fixed(xdr, sid->data, NFS4_MAX_SESSIONID_LEN); in decode_sessionid()
[all …]
H A Dcallback_proc.c470 NFS4_MAX_SESSIONID_LEN) != 0) in referring_call_exists()
H A Dnfs4client.c871 sid->data, NFS4_MAX_SESSIONID_LEN) != 0) in nfs4_find_client_sessionid()
H A Dnfs4state.c2532 memset(clp->cl_session->sess_id.data, 0, NFS4_MAX_SESSIONID_LEN); in nfs4_reset_session()
H A Dnfs4proc.c8549 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) { in nfs4_proc_bind_one_conn_to_session()
/openbmc/linux/include/linux/
H A Dnfs4.h564 unsigned char data[NFS4_MAX_SESSIONID_LEN];