Home
last modified time | relevance | path

Searched refs:CN_IDLE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cnode.c164 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()
H A Dcachefs_vnops.c3427 ASSERT((cp->c_flags & CN_IDLE) == 0); in cachefs_inactive()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h959 #define CN_IDLE 0x8 /* file is idle */ macro