Searched refs:CN_IDLE (Results 1 – 3 of 3) sorted by relevance
164 ASSERT((cp->c_flags & CN_IDLE) == 0); in cachefs_cnode_idle()179 cp->c_flags |= CN_IDLE; in cachefs_cnode_idle()241 if (cp->c_flags & CN_IDLE) { in cachefs_cnode_idleclean()242 cp->c_flags &= ~CN_IDLE; in cachefs_cnode_idleclean()285 ASSERT((cp->c_flags & CN_IDLE) == 0); in cachefs_cnode_inactive()1038 if (cp->c_flags & CN_IDLE) { in cachefs_cnode_make()1039 cp->c_flags &= ~CN_IDLE; in cachefs_cnode_make()
3427 ASSERT((cp->c_flags & CN_IDLE) == 0); in cachefs_inactive()
959 #define CN_IDLE 0x8 /* file is idle */ macro