Home
last modified time | relevance | path

Searched refs:CN_DESTROY (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cnode.c169 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()
H A Dcachefs_vnops.c3310 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 …]
H A Dcachefs_ioctl.c232 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()
H A Dcachefs_subr.c1944 if (cp->c_flags & CN_DESTROY) in cachefs_getbackvp()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h639 ((cp)->c_flags & CN_DESTROY) != 0); \
644 ((cp)->c_flags & CN_DESTROY) != 0); \
957 #define CN_DESTROY 0x2 /* destroy when inactive */ macro