Searched refs:SI_CACHED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_acl.h123 #define SI_CACHED 0x0001 /* Is in si_cache */ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c392 ASSERT(!sp->s_use && !sp->s_ref && !(sp->s_flags & SI_CACHED));
1256 ASSERT(!(sp->s_flags & SI_CACHED));
1805 sp->s_flags |= SI_CACHED;
1867 ASSERT(sp->s_flags & SI_CACHED);
1902 sp->s_flags &= ~SI_CACHED;
2081 tsp->s_flags &= ~SI_CACHED;

Completed in 59 milliseconds