Searched refs:fs_cnodecnt (Results 1 – 3 of 3) sorted by relevance
913 xx = fscp->fs_cnodecnt - fscp->fs_idlecnt; in cachefs_unmount()920 "%d)\n", fscp->fs_cnodecnt, fscp->fs_idlecnt); in cachefs_unmount()930 if (fscp->fs_cnodecnt > 1) { in cachefs_unmount()934 fscp->fs_cnodecnt); in cachefs_unmount()970 ASSERT(fscp->fs_cnodecnt == 0); in cachefs_unmount()
422 fscp->fs_cnodecnt += cnt; in fscache_cnodecnt()423 ASSERT(fscp->fs_cnodecnt >= 0); in fscache_cnodecnt()424 xx = fscp->fs_cnodecnt; in fscache_cnodecnt()
100 int fs_cnodecnt; /* cnt of cnodes on fscache */ member