Home
last modified time | relevance | path

Searched refs:UNSET_IMPL_BIT (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h57 #define UNSET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) &= ~((0x01L) << (y))) macro
68 #define UNSET_SUSP_BIT(fsp) (UNSET_IMPL_BIT((fsp), HAVE_SUSP))
/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c814 UNSET_IMPL_BIT(fsp, RRIP_BIT); in hs_mountfs()