Home
last modified time | relevance | path

Searched refs:fs_cnodecnt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c913 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()
H A Dcachefs_fscache.c422 fscp->fs_cnodecnt += cnt; in fscache_cnodecnt()
423 ASSERT(fscp->fs_cnodecnt >= 0); in fscache_cnodecnt()
424 xx = fscp->fs_cnodecnt; in fscache_cnodecnt()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h100 int fs_cnodecnt; /* cnt of cnodes on fscache */ member