Searched refs:CFS_FG_ALLOC_ATTR (Results 1 – 7 of 7) sorted by relevance
197 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 …]
1105 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()
504 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()
598 if (fgp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_victim()704 ASSERT((fgp->fg_flags & CFS_FG_ALLOC_ATTR) == 0); in cachefs_victim()
2611 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()
247 if (cp->c_filegrp->fg_flags & CFS_FG_ALLOC_ATTR) { in cachefs_pack_common()
67 #define CFS_FG_ALLOC_ATTR 0x2 /* no attrcache file yet */ macro