Home
last modified time | relevance | path

Searched refs:rl_local (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Dres.c277 rlentp->rl_local = 0; in res_reset()
592 rlentp->rl_local = dp->rl_local; in res_addident()
642 rlentp->rl_local = 0; in res_clearident()
H A Dfsck.c1509 ent.rl_local = local; in process_fsgroup()
1629 ent.rl_local = local; in process_fsgroup()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c280 rl_ent->rl_local = valp->rl_local; in cachefs_rl_alloc()
302 ASSERT(rl_ent->rl_local); in cachefs_rl_changefileno()
303 rl_ent->rl_local = 0; in cachefs_rl_changefileno()
566 ASSERT(rl_ent->rl_local == 0); in cachefs_victim()
914 cid.cid_flags = rl.rl_local ? CFS_CID_LOCAL : 0; in cachefs_packed_pending()
1388 ASSERT(rl.rl_local == 0); in cachefs_gc_front_atime()
H A Dcachefs_ioctl.c339 rl_ent.rl_local = (cp->c_id.cid_flags & CFS_CID_LOCAL) ? 1 : 0; in cachefs_pack_common()
632 cid.cid_flags = rl_ent.rl_local ? CFS_CID_LOCAL : 0; in cachefs_unpackall_list()
2281 cid.cid_flags = rl_ent.rl_local ? CFS_CID_LOCAL : 0; in cachefs_modified_fix()
H A Dcachefs_filegrp.c1675 rl_ent.rl_local = (fgp->fg_id.cid_flags & CFS_CID_LOCAL) ? 1 : 0; in filegrpattr_create()
H A Dcachefs_subr.c948 rl_ent.rl_local = (cp->c_id.cid_flags & CFS_CID_LOCAL) ? 1 : 0; in cachefs_createfrontfile()
H A Dcachefs_vnops.c10189 rl_ent.rl_local = (cp->c_id.cid_flags & CFS_CID_LOCAL) ? 1 : 0; in cachefs_modified_alloc()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h502 uint_t rl_local: 1; /* 1 means a local file */ member