Searched refs:hsfs_ext_impl (Results 1 – 3 of 3) sorted by relevance
54 #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)))
261 ulong_t hsfs_ext_impl; /* ext. information bits */ member
453 if (fsp->hsfs_ext_impl <= 1L) in hs_check_root_dirent()454 fsp->hsfs_ext_impl = 0L; in hs_check_root_dirent()