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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c322 if (count > fgp->fg_count)
323 fgp->fg_count = count;
334 if (fgp->fg_bcount > fgp->fg_count)
335 fgp->fg_count = fgp->fg_bcount;
338 size += fgp->fg_count * sizeof (struct cachefs_metadata);
H A Dstats.h171 uint_t fg_count; /* high-water known # of attrcache entries */ member in struct:filegrp_info
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dcachefs_filegrp.h43 int fg_count; /* cnodes in group */ member in struct:filegrp
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c198 fgp->fg_count = 0;
272 * precond(fgp->fg_count == 0)
284 ASSERT(fgp->fg_count == 0);
424 fgp->fg_count++;
463 ASSERT(fgp->fg_count > 0);
469 (fgp->fg_count == 1) &&
482 fgp->fg_count--;
515 ASSERT(fgp->fg_count > 0);
613 ASSERT(fgp->fg_count > 0);
1195 if (fgp->fg_count >
[all...]
H A Dcachefs_resource.c625 if ((fgp->fg_count == 0) && (fgp->fg_header->ach_nffs == 0)) {
638 fgp->fg_count, fgp->fg_header->ach_nffs);

Completed in 106 milliseconds