| /src/sbin/fsck_ext2fs/ |
| pass5.c | 93 u_int32_t cs_ndir, cs_nbfree, cs_nifree; local 98 cs_nifree = 0; 192 cs_nifree += nifree; 249 fs->e2fs.e2fs_ficount != cs_nifree)) { 252 cs_nbfree, cs_nifree); 255 fs->e2fs.e2fs_ficount != cs_nifree) 258 fs->e2fs.e2fs_ficount = cs_nifree;
|
| /src/sbin/fsck_ffs/ |
| pass5.c | 296 newcg->cg_cs.cs_nifree = fs->fs_ipg; 339 newcg->cg_cs.cs_nifree--; 353 newcg->cg_cs.cs_nifree--; 412 cstotal.cs_nifree += newcg->cg_cs.cs_nifree; 421 cs->cs_nifree,newcg->cg_cs.cs_nifree, 491 (long long int)fs->fs_cstotal.cs_nifree, 492 (long long int)cstotal.cs_nifree,
|
| inode.c | 764 cgp->cg_cs.cs_nifree--; 765 sblock->fs_cstotal.cs_nifree--; 766 sblock->fs_cs(fs, cg).cs_nifree--; 864 cgp->cg_cs.cs_nifree++; 865 sblock->fs_cstotal.cs_nifree++; 866 sblock->fs_cs(fs, cg).cs_nifree++;
|
| utilities.c | 665 fs->fs_cstotal.cs_nifree = 666 fs->fs_old_cstotal.cs_nifree; 698 fs->fs_old_cstotal.cs_nifree = fs->fs_cstotal.cs_nifree;
|
| main.c | 506 (n_files -= maxino - UFS_ROOTINO - sblock->fs_cstotal.cs_nifree))
|
| /src/sys/ufs/ffs/ |
| ffs_bswap.c | 186 n->cs_nifree = bswap64(o->cs_nifree); 210 n->cg_cs.cs_nifree = bswap32(o->cg_cs.cs_nifree);
|
| ffs_alloc.c | 589 if (fs->fs_cstotal.cs_nifree == 0) 653 avgifree = fs->fs_cstotal.cs_nifree / fs->fs_ncg; 666 fs->fs_cs(fs, cg).cs_nifree >= avgifree && 673 fs->fs_cs(fs, cg).cs_nifree >= avgifree && 720 fs->fs_cs(fs, cg).cs_nifree >= minifree && 727 fs->fs_cs(fs, cg).cs_nifree >= minifree && 736 if (fs->fs_cs(fs, cg).cs_nifree >= avgifree) 739 if (fs->fs_cs(fs, cg).cs_nifree >= avgifree) 1279 if (fs->fs_cs(fs, cg).cs_nifree == 0) 1296 if (!cg_chkmagic(cgp, needswap) || cgp->cg_cs.cs_nifree == 0 [all...] |
| fs.h | 240 int32_t cs_nifree; /* number of free inodes */ member in struct:csum 247 int64_t cs_nifree; /* number of free inodes */ member in struct:csum_total
|
| ffs_vfsops.c | 1676 fs->fs_cstotal.cs_nifree = fs->fs_old_cstotal.cs_nifree; 1739 fs->fs_old_cstotal.cs_nifree = fs->fs_cstotal.cs_nifree; 1921 sbp->f_ffree = fs->fs_cstotal.cs_nifree + fs->fs_pendinginodes;
|
| /src/sys/lib/libsa/ |
| ffs_bswap.c | 51 n->cs_nifree = bswap64(o->cs_nifree);
|
| /src/usr.sbin/makefs/ffs/ |
| mkfs.c | 460 sblock.fs_cstotal.cs_nifree = 0; 480 sblock.fs_cstotal.cs_nifree = sblock.fs_ncg * sblock.fs_ipg - UFS_ROOTINO; 490 sblock.fs_old_cstotal.cs_nifree = sblock.fs_cstotal.cs_nifree; 552 sblock.fs_old_cstotal.cs_nifree = sblock.fs_cstotal.cs_nifree; 699 acg.cg_cs.cs_nifree += sblock.fs_ipg; 705 acg.cg_cs.cs_nifree--;
|
| /src/usr.sbin/makefs/ |
| ffs.c | 311 superblock->fs_old_cstotal.cs_nifree = superblock->fs_cstotal.cs_nifree; 565 (long long)fs->fs_cstotal.cs_nifree, 569 if ((off_t)(fs->fs_cstotal.cs_nifree + UFS_ROOTINO) < fsopts->inodes) { 573 (long long)(fs->fs_cstotal.cs_nifree + UFS_ROOTINO), 1131 if (fs->fs_cstotal.cs_nifree == 0) 1134 if (fs->fs_cs(fs, cg).cs_nifree == 0) 1139 ufs_add32(cgp->cg_cs.cs_nifree, -1, fsopts->needswap); 1140 fs->fs_cstotal.cs_nifree--; 1141 fs->fs_cs(fs, cg).cs_nifree-- [all...] |
| /src/sbin/resize_ffs/ |
| resize_ffs.c | 556 cg->cg_cs.cs_nifree = newsb->fs_ipg; 621 newsb->fs_cstotal.cs_nifree += cg->cg_cs.cs_nifree; 1800 newsb->fs_cstotal.cs_nifree -= cgs[i]->cg_cs.cs_nifree; 1829 slop += cgs[i]->cg_cs.cs_nifree; 1831 slop -= oldsb->fs_ipg - cgs[i]->cg_cs.cs_nifree; 1979 * Recompute the cg_inosused()[] bitmap, and the cs_nifree and cs_ndir 1991 newsb->fs_cstotal.cs_nifree -= cg->cg_cs.cs_nifree; [all...] |
| /src/sbin/newfs/ |
| mkfs.c | 511 sblock.fs_cstotal.cs_nifree = 0; 531 sblock.fs_cstotal.cs_nifree = sblock.fs_ncg * sblock.fs_ipg - UFS_ROOTINO; 541 sblock.fs_old_cstotal.cs_nifree = sblock.fs_cstotal.cs_nifree; 737 sblock.fs_old_cstotal.cs_nifree = sblock.fs_cstotal.cs_nifree; 857 acg.cg_cs.cs_nifree += sblock.fs_ipg; 861 acg.cg_cs.cs_nifree--; 1375 acg.cg_cs.cs_nifree--; 1381 sblock.fs_cstotal.cs_nifree-- [all...] |
| /src/usr.sbin/dumpfs/ |
| dumpfs.c | 283 fs->fs_cstotal.cs_nifree = fs->fs_old_cstotal.cs_nifree; 349 (long long)fs->fs_cstotal.cs_nifree, 524 cs->cs_nbfree, cs->cs_ndir, cs->cs_nifree, cs->cs_nffree); 643 acg.cg_cs.cs_nifree, acg.cg_cs.cs_nffree);
|