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