Home
last modified time | relevance | path

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.h54 #define SET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) |= (0x01L) << (y))
55 #define UNSET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) &= ~((0x01L) << (y)))
56 #define IS_IMPL_BIT_SET(fsp, y) ((fsp->hsfs_ext_impl) & ((0x01L) << (y)))
H A Dhsfs_node.h261 ulong_t hsfs_ext_impl; /* ext. information bits */ member
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c453 if (fsp->hsfs_ext_impl <= 1L) in hs_check_root_dirent()
454 fsp->hsfs_ext_impl = 0L; in hs_check_root_dirent()