Searched refs:CACHEFS_RL_ACTIVE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_cnode.c | 420 (cp->c_metadata.md_rltype == CACHEFS_RL_ACTIVE)) { in cachefs_cnode_inactive() 422 cachefs_rlent_verify(cachep, CACHEFS_RL_ACTIVE, in cachefs_cnode_inactive() 794 (cp->c_metadata.md_rltype == CACHEFS_RL_ACTIVE)) { in cachefs_cnode_init() 1021 CACHEFS_RL_ACTIVE, cp->c_metadata.md_rlno, in cachefs_cnode_make() 1023 cp->c_metadata.md_rltype = CACHEFS_RL_ACTIVE; in cachefs_cnode_make() 1746 (md.md_rltype == CACHEFS_RL_ACTIVE)) { in cnode_enable_caching() 1825 cachefs_rlent_moveto(cachep, CACHEFS_RL_ACTIVE, in cnode_enable_caching() 1828 cp->c_metadata.md_rltype = CACHEFS_RL_ACTIVE; in cnode_enable_caching()
|
H A D | cachefs_resource.c | 384 lhp = RL_HEAD(cachep, CACHEFS_RL_ACTIVE); in cachefs_rl_cleanup() 395 ASSERT(rlp->rl_current == CACHEFS_RL_ACTIVE); in cachefs_rl_cleanup() 663 CACHEFS_RL_ACTIVE, cp->c_metadata.md_rlno, in cachefs_victim() 665 cp->c_metadata.md_rltype = CACHEFS_RL_ACTIVE; in cachefs_victim() 1236 case CACHEFS_RL_ACTIVE: in cachefs_rl_debug_show()
|
H A D | cachefs_ioctl.c | 463 CACHEFS_RL_ACTIVE, cp->c_metadata.md_rlno, in cachefs_unpack_common() 465 cp->c_metadata.md_rltype = CACHEFS_RL_ACTIVE; in cachefs_unpack_common() 942 gsp->gs_active = RL_HEAD(cachep, CACHEFS_RL_ACTIVE)->rli_blkcnt * in cachefs_io_getstats() 2375 type = CACHEFS_RL_ACTIVE; in cachefs_modified_fix()
|
H A D | cachefs_subr.c | 956 CACHEFS_RL_ACTIVE, cp->c_metadata.md_rlno, in cachefs_createfrontfile() 958 cp->c_metadata.md_rltype = CACHEFS_RL_ACTIVE; in cachefs_createfrontfile() 1023 CACHEFS_RL_ACTIVE, cp->c_metadata.md_rlno); in cachefs_createfrontfile()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | res.c | 318 lhp = RL_HEAD(resp, CACHEFS_RL_ACTIVE); in res_reset() 501 ret = res_listcheck(resp, CACHEFS_RL_ACTIVE); in res_done()
|
H A D | fsck.c | 1500 if (metap->md_rltype == CACHEFS_RL_ACTIVE) in process_fsgroup()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 426 CACHEFS_RL_ACTIVE, enumerator
|