Searched refs:fg_count (Results 1 – 5 of 5) sorted by relevance
322 if (count > fgp->fg_count) in stats_dbm_attrcache_addsize()323 fgp->fg_count = count; in stats_dbm_attrcache_addsize()334 if (fgp->fg_bcount > fgp->fg_count) in stats_dbm_attrcache_addsize()335 fgp->fg_count = fgp->fg_bcount; in stats_dbm_attrcache_addsize()338 size += fgp->fg_count * sizeof (struct cachefs_metadata); in stats_dbm_attrcache_addsize()
171 uint_t fg_count; /* high-water known # of attrcache entries */ member
198 fgp->fg_count = 0; in filegrp_create()284 ASSERT(fgp->fg_count == 0); in filegrp_destroy()424 fgp->fg_count++; in filegrp_hold()463 ASSERT(fgp->fg_count > 0); in filegrp_rele()469 (fgp->fg_count == 1) && in filegrp_rele()482 fgp->fg_count--; in filegrp_rele()515 ASSERT(fgp->fg_count > 0); in filegrp_ffhold()613 ASSERT(fgp->fg_count > 0); in filegrp_ffrele()1195 if (fgp->fg_count > 0) { in filegrp_list_gc()1247 if (fgp->fg_count > 0) { in filegrp_setup()[all …]
625 if ((fgp->fg_count == 0) && (fgp->fg_header->ach_nffs == 0)) { in cachefs_victim()638 fgp->fg_count, fgp->fg_header->ach_nffs); in cachefs_victim()
43 int fg_count; /* cnodes in group */ member