Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h56 #define IS_IMPL_BIT_SET(fsp, y) ((fsp->hsfs_ext_impl) & ((0x01L) << (y))) macro
67 #define IS_SUSP_IMPLEMENTED(fsp) (IS_IMPL_BIT_SET(fsp, 0) ? 1 : 0)
H A Dhsfs_rrip.h76 #define IS_RRIP_IMPLEMENTED(fsp) (IS_IMPL_BIT_SET(fsp, RRIP_BIT) ? 1 : 0)
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c254 if (!IS_IMPL_BIT_SET(sig_args_p->fsp, impl_bit_num)) in parse_signatures()