Home
last modified time | relevance | path

Searched refs:n_files (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c542 files = maxino - UFSROOTINO - sblock.fs_cstotal.cs_nifree - n_files; in checkfilesys()
566 (long)n_files, (longlong_t)n_blks, in checkfilesys()
572 pwarn("Inodes in use: %ld\n", (long)n_files); in checkfilesys()
H A Dpass1.c104 n_files = n_blks = 0; in pass1()
323 n_files++; in verify_inode()
H A Dfsck.h367 fsck_ino_t n_files; /* number of files in use */ variable
H A Dinode.c1235 n_files++; in allocino()
1385 n_files--; in freeino()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c107 n_files = n_dirs = 0; in pass1()
172 n_files++; in pass1()
614 lviup->lvidiu_nfiles != n_files || in dolvint()
620 lviup->lvidiu_nfiles = n_files; in dolvint()
H A Dmain.c261 pwarn(gettext("%d files, %d dirs, %d used, %d free\n"), n_files, n_dirs, in checkfilesys()
H A Dfsck.h208 daddr_t n_files; /* number of files in use */ variable