Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
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()
1193 if (cp->c_id.cid_flags & CFS_CID_LOCAL) { in cachefs_io_cidtofid()
1560 ASSERT(cp->c_id.cid_flags & CFS_CID_LOCAL); in cachefs_io_create()
1923 ASSERT(cp->c_id.cid_flags & CFS_CID_LOCAL); in cachefs_io_mkdir()
2060 ASSERT(cp->c_id.cid_flags & CFS_CID_LOCAL); in cachefs_io_symlink()
2281 cid.cid_flags = rl_ent.rl_local ? CFS_CID_LOCAL : 0; in cachefs_modified_fix()
2317 if (cp->c_id.cid_flags & CFS_CID_LOCAL) { in cachefs_modified_fix()
H A Dcachefs_cnode.c817 if ((cookiep == NULL) || (cp->c_id.cid_flags & CFS_CID_LOCAL)) { in cachefs_cnode_init()
1137 cid.cid_flags = CFS_CID_LOCAL; in cachefs_fileno_inuse()
1166 cid.cid_flags = CFS_CID_LOCAL; in cachefs_cnode_create()
1296 ASSERT(cp->c_id.cid_flags & CFS_CID_LOCAL); in cachefs_cnode_move()
H A Dcachefs_dlog.c996 if ((cp->c_id.cid_flags & CFS_CID_LOCAL) == 0) { in cachefs_dlog_rmdir()
H A Dcachefs_subr.c948 rl_ent.rl_local = (cp->c_id.cid_flags & CFS_CID_LOCAL) ? 1 : 0; in cachefs_createfrontfile()
1356 if (cidp->cid_flags & CFS_CID_LOCAL) in make_ascii_name()
H A Dcachefs_resource.c914 cid.cid_flags = rl.rl_local ? CFS_CID_LOCAL : 0; in cachefs_packed_pending()
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_vnops.c10137 if (((cp->c_id.cid_flags & CFS_CID_LOCAL) == 0) && in cachefs_modified()
10189 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.h191 #define CFS_CID_LOCAL 1 /* local file */ macro