Searched refs:CN_DESTROY (Results 1 – 5 of 5) sorted by relevance
169 if (cp->c_flags & (CN_DESTROY | CN_STALE)) { in cachefs_cnode_idle()347 if ((cp->c_flags & (CN_UPDATED | CN_DESTROY)) == CN_UPDATED) { in cachefs_cnode_inactive()402 if ((cp->c_flags & (CN_DESTROY | CN_STALE)) && in cachefs_cnode_inactive()633 (cp->c_flags & (CN_STALE | CN_DESTROY))) { in cachefs_cnode_find()1417 if (cp->c_flags & (CN_STALE | CN_DESTROY)) in cachefs_cnode_sync()
3310 if (cp->c_flags & (CN_STALE | CN_DESTROY)) in cachefs_sync_metadata()4292 ncp->c_flags |= CN_DESTROY; in cachefs_create_disconnected()4574 cp->c_flags |= CN_DESTROY; in cachefs_remove_connected()4667 cp->c_flags |= CN_DESTROY; in cachefs_remove_backfs_nfsv4()4688 if ((cp->c_flags & CN_DESTROY) == 0) { in cachefs_remove_backfs_nfsv4()4810 cp->c_flags |= CN_DESTROY; in cachefs_remove_disconnected()5466 delcp->c_flags |= CN_DESTROY; in cachefs_rename_connected()5774 delcp->c_flags |= CN_DESTROY; in cachefs_rename_disconnected()6185 newcp->c_flags |= CN_DESTROY; in cachefs_mkdir_disconnected()6444 cp->c_flags |= CN_DESTROY; in cachefs_rmdir_connected()[all …]
232 if (cp->c_flags & (CN_STALE | CN_DESTROY)) { in cachefs_pack_common()977 if ((cp->c_flags & (CN_DESTROY | CN_NOCACHE)) || in cachefs_io_exists()2216 if (cp->c_flags & (CN_STALE | CN_DESTROY)) in sync_metadata()
1944 if (cp->c_flags & CN_DESTROY) in cachefs_getbackvp()
639 ((cp)->c_flags & CN_DESTROY) != 0); \644 ((cp)->c_flags & CN_DESTROY) != 0); \957 #define CN_DESTROY 0x2 /* destroy when inactive */ macro