Home
last modified time | relevance | path

Searched refs:fg_count (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c322 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()
H A Dstats.h171 uint_t fg_count; /* high-water known # of attrcache entries */ member
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c198 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 …]
H A Dcachefs_resource.c625 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()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_filegrp.h43 int fg_count; /* cnodes in group */ member