Searched refs:hsfs_ext_impl (Results 1 - 3 of 3) 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))
57 #define UNSET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) &= ~((0x01L) << (y)))
58 #define IS_IMPL_BIT_SET(fsp, y) ((fsp->hsfs_ext_impl) & ((0x01L) << (y)))
65 * These here expect just the fsp->hsfs_ext_impl
H A Dhsfs_node.h263 ulong_t hsfs_ext_impl; /* ext. information bits */ member in struct:hsfs
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c455 if (fsp->hsfs_ext_impl <= 1L)
456 fsp->hsfs_ext_impl = 0L;

Completed in 46 milliseconds