Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h60 #define BIT_ISCOLLECTABLE (1 << 6) macro
63 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
172 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)