Searched refs:SET_IMPL_BIT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h56 #define SET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) |= (0x01L) << (y)) macro
67 #define SET_SUSP_BIT(fsp) (SET_IMPL_BIT((fsp), HAVE_SUSP))
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp.c177 SET_IMPL_BIT(sig_args_p->fsp, index);

Completed in 57 milliseconds