Home
last modified time | relevance | path

Searched refs:CFS_FG_ALLOC_ATTR (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c197 fgp->fg_flags = CFS_FG_ALLOC_ATTR | CFS_FG_ALLOC_FILE; in filegrp_create()
373 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in filegrp_allocattr()
466 if (((fgp->fg_flags & CFS_FG_ALLOC_ATTR) == 0) && in filegrp_rele()
678 (fgp->fg_flags & CFS_FG_ALLOC_ATTR) || in filegrp_sync()
737 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in filegrp_read_metadata()
809 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in filegrp_create_metadata()
896 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in filegrp_write_metadata()
996 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in filegrp_destroy_metadata()
1232 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) in filegrp_setup()
1236 if (((fgp->fg_flags & CFS_FG_ALLOC_ATTR) == 0) && in filegrp_setup()
[all …]
H A Dcachefs_cnode.c1105 if (((fgp->fg_flags & CFS_FG_ALLOC_ATTR) == 0) && in cachefs_cid_inuse()
1327 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_cnode_move()
1525 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_cnode_lostfound()
H A Dcachefs_subr.c504 CFS_FG_ALLOC_ATTR; in cachefs_stop_cache()
513 fgp->fg_flags |= CFS_FG_ALLOC_ATTR; in cachefs_stop_cache()
906 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_createfrontfile()
2335 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_async_populate()
H A Dcachefs_resource.c598 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_victim()
704 ASSERT((fgp->fg_flags & CFS_FG_ALLOC_ATTR) == 0); in cachefs_victim()
H A Dcachefs_vnops.c2611 ASSERT((cp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) in cachefs_setattr_disconnected()
3318 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_sync_metadata()
4190 if (ncp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_create_disconnected()
4235 ASSERT((ncp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) == 0); in cachefs_create_disconnected()
6131 ASSERT((newcp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) == 0); in cachefs_mkdir_disconnected()
6872 if (newcp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_symlink_disconnected()
8727 if (cp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_setsecattr_disconnected()
10177 if (cp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_modified_alloc()
H A Dcachefs_ioctl.c247 if (cp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_pack_common()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_filegrp.h67 #define CFS_FG_ALLOC_ATTR 0x2 /* no attrcache file yet */ macro