Home
last modified time | relevance | path

Searched refs:encode_opaque_fixed (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/
H A Dlocalio.c78 encode_opaque_fixed(xdr, uuid, UUID_SIZE); in localio_xdr_enc_uuidargs()
H A Dnfs4xdr.c1065 encode_opaque_fixed(xdr, stateid->data, NFS4_STATEID_SIZE); in encode_nfs4_stateid()
1070 encode_opaque_fixed(xdr, verf->data, NFS4_VERIFIER_SIZE); in encode_nfs4_verifier()
1827 encode_opaque_fixed(xdr, args->sessionid.data, NFS4_MAX_SESSIONID_LEN); in encode_bind_conn_to_session()
1951 encode_opaque_fixed(xdr, session->sess_id.data, NFS4_MAX_SESSIONID_LEN); in encode_destroy_session()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c2235 encode_opaque_fixed(xdr, stateid->data, NFS4_STATEID_SIZE); in ff_layout_encode_ff_iostat_head()
2241 encode_opaque_fixed(xdr, devinfo->dev_id.data, NFS4_DEVICEID4_SIZE); in ff_layout_encode_ff_iostat_head()
/linux/include/linux/
H A Dnfs_xdr.h1859 static inline void encode_opaque_fixed(struct xdr_stream *xdr, in encode_opaque_fixed() function