Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c3524 #define NVS_XDR_HDR_LEN ((size_t)(5 * 4)) macro
3525 #define NVS_XDR_DATA_LEN(y) (((size_t)(y) <= NVS_XDR_HDR_LEN) ? \
3526 0 : ((size_t)(y) - NVS_XDR_HDR_LEN))