Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/lockd/
Dxdr.h18 #define SM_PRIV_SIZE 16 macro
21 unsigned char data[SM_PRIV_SIZE];
/linux-6.1.9/fs/lockd/
Dmon.c477 p = xdr_reserve_space(xdr, SM_PRIV_SIZE); in encode_priv()
478 xdr_encode_opaque_fixed(p, argp->priv->data, SM_PRIV_SIZE); in encode_priv()
532 #define SM_priv_sz (XDR_QUADLEN(SM_PRIV_SIZE))
Dxdr.c262 p = xdr_inline_decode(xdr, SM_PRIV_SIZE); in nlmsvc_decode_reboot()
Dxdr4.c246 p = xdr_inline_decode(xdr, SM_PRIV_SIZE); in nlm4svc_decode_reboot()