/src/sbin/fsck_lfs/ |
setup.c | 134 pwarn("maxino reset from %lld to %lld\n", (long long)maxino, 142 memset(din_table + maxino, 0, (len - maxino) * sizeof(*din_table)); 143 memset(statemap + maxino, USTATE, (len - maxino) * sizeof(char)); 144 memset(typemap + maxino, 0, (len - maxino) * sizeof(char)); 145 memset(lncntp + maxino, 0, (len - maxino) * sizeof(int16_t)) [all...] |
fsck_vars.h | 67 extern ino_t maxino; /* number of inodes in file system */
|
pass0.c | 112 visited = ecalloc(maxino, sizeof(*visited)); 114 lowfreeino = maxino; 122 if (ino >= maxino) { 167 for (ino = maxino - 1; ino > ULFS_ROOTINO; --ino) {
|
vars.c | 68 ino_t maxino; /* number of inodes in file system */ variable in typeref:typename:ino_t
|
pass1.c | 107 dins = ecalloc(maxino, sizeof(*dins)); 108 for (i = 0; i < maxino; i++) { 119 qsort(dins, maxino, sizeof(*dins), i_d_cmp); 125 for (i = 0; i < maxino; i++) { 142 for (i = 0; i < maxino; i++) {
|
inode.c | 531 ino >= ULFS_ROOTINO && ino < maxino) { 545 if (ino < ULFS_ROOTINO || ino >= maxino) 609 for (ino = request; ino < maxino; ino++) 612 if (ino == maxino)
|
dir.c | 258 if (lfs_dir_getino(fs, dp) >= maxino || 266 pwarn("maxino = %ju\tspaceleft = 0x%x\n", 267 (uintmax_t)maxino, spaceleft); 313 if (ino < ULFS_ROOTINO || ino >= maxino) { 559 if (parent < ULFS_ROOTINO || parent >= maxino || 560 ino < ULFS_ROOTINO || ino >= maxino) 760 for (in = maxino; in > 0; in /= 10)
|
/src/sys/ufs/lfs/ |
lfs_alloc.c | 126 ino_t oldhead, maxino, tail; local in function:lfs_extend_ifile 154 maxino = ((ip->i_size >> lfs_sb_getbshift(fs)) - lfs_sb_getcleansz(fs) - 157 realloc(fs->lfs_ino_bitmap, ((maxino + BMMASK) >> BMSHIFT) * 399 ino_t nextfree = 0, maxino, count; /* XXX: gcc */ local in function:lfs_valloc_fixed 402 maxino = ((VTOI(fs->lfs_ivnode)->i_size >> lfs_sb_getbshift(fs)) 419 if (++count > maxino) 422 if (count > maxino) { 487 ino_t ino, maxino; 489 maxino = ((fs->lfs_ivnode->v_size >> lfs_sb_getbshift(fs)) - 492 for (ino = maxino - 1; ino > LFS_UNUSED_INUM; --ino) 801 ino_t ino, firstino, lastino, maxino; local in function:lfs_order_freelist 1042 ino_t i, headino, maxino, thisino, tailino, nextfree; local in function:lfs_check_freelist 1145 ino_t i, ni, maxino, headino, tailino; local in function:dump_freelist [all...] |
/src/sbin/restore/ |
symtab.c | 68 * the number of inodes in the file system (maxino), scaled by 88 if (inum < UFS_WINO || inum >= maxino) 104 if (inum < UFS_WINO || inum >= maxino) 125 if (inum < UFS_WINO || inum >= maxino) 441 ino_t maxino; member in struct:symtableheader 472 for (i = UFS_WINO; i <= maxino; i++) { 484 for (i = UFS_WINO; i <= maxino; i++) { 517 hdr.maxino = maxino; 549 entrytblsize = maxino / HASHFACTOR [all...] |
restore.h | 58 extern ino_t maxino; /* highest numbered inode in this file system */
|
restore.c | 177 for (i = UFS_ROOTINO + 1; i < maxino; i++) { 522 for (i = UFS_ROOTINO; i < maxino; i++) { 607 while (curfile.ino < maxino) { 686 last = upperbnd(maxino - 1); 794 for (i = UFS_ROOTINO; i < maxino; i++) { 824 for (i = UFS_WINO; i < maxino; i++) {
|
main.c | 76 ino_t maxino; variable in typeref:typename:ino_t
|
/src/sbin/dump/ |
ffs_inode.c | 118 * Fill in the ufsi struct, as well as the maxino and dev_bsize global 170 fs_mapinodes(ino_t maxino __unused, u_int64_t *tape_size, int *anydirskipped) 228 static ino_t minino, maxino; local in function:getino 237 if (inum >= minino && inum < maxino) 242 maxino = minino + FFS_INOPB(sblock);
|
main.c | 140 ino_t maxino; local in function:main 562 maxino = fs_maxino(); 563 mapsize = roundup(howmany(maxino, NBBY), TP_BSIZE); 576 anydirskipped = mapfiles(maxino, &tapesize, mountpoint, 581 anydirskipped = mapdirs(maxino, &tapesize); 647 dumpmap(usedinomap, TS_CLRI, maxino - 1); 651 for (map = dumpdirmap, ino = 1; ino < maxino; ino++) { 668 for (map = dumpinomap, ino = 1; ino < maxino; ino++) { 689 writeheader(maxino - 1);
|
traverse.c | 179 mapfiles(ino_t maxino, u_int64_t *tape_size, char *diskname, char * const *dirv) 252 fs_mapinodes(maxino, tape_size, &anydirskipped); 275 mapdirs(ino_t maxino, u_int64_t *tape_size) 286 for (map = dumpdirmap, ino = 1; ino < maxino; ino++) {
|
/src/usr.sbin/quot/ |
quot.c | 344 ino_t inode, maxino; local in function:dofsizes 350 maxino = super->fs_ncg * super->fs_ipg - 1; 355 for (inode = 0; inode < maxino; inode++) { 415 ino_t inode, maxino; local in function:douser 420 maxino = super->fs_ncg * super->fs_ipg - 1; 421 for (inode = 0; inode < maxino; inode++) { 457 ino_t maxino; local in function:donames 460 maxino = super->fs_ncg * super->fs_ipg - 1; 466 if (inode > maxino) {
|
/src/sbin/fsck_ext2fs/ |
setup.c | 196 maxino = sblock.e2fs_ncg * sblock.e2fs.e2fs_ipg; 257 statemap = calloc((unsigned int)(maxino + 2), sizeof(char)); 260 (unsigned int)(maxino + 1)); 263 typemap = calloc((unsigned int)(maxino + 1), sizeof(char)); 266 (unsigned int)(maxino + 1)); 269 lncntp = calloc((unsigned)(maxino + 1), sizeof(int16_t)); 272 (unsigned int)((maxino + 1) * sizeof(int16_t)));
|
inode.c | 396 || inumber > maxino) 430 if (inumber != nextino++ || inumber > maxino) 624 && ino <= maxino) { 639 if ((ino < EXT2_FIRSTINO && ino != EXT2_ROOTINO) || ino > maxino) 699 for (ino = request; ino < maxino; ino++) { 705 if (ino == maxino)
|
fsck.h | 207 extern ino_t maxino; /* number of inodes in file system */
|
main.c | 118 ino_t maxino; variable in typeref:typename:ino_t 314 (n_files -= maxino - 9 - sblock.e2fs.e2fs_ficount))
|
dir.c | 267 if (fs2h32(dp->e2d_ino) > maxino || 306 if ((ino < EXT2_FIRSTINO && ino != EXT2_ROOTINO) || ino > maxino) { 527 || parent >= maxino || 528 (ino < EXT2_FIRSTINO && ino < EXT2_ROOTINO) || ino >= maxino) 698 for (in = maxino; in > 0; in /= 10)
|
/src/libexec/lfs_cleanerd/ |
coalesce.c | 395 int i, r, maxino; local in function:clean_all_inodes 402 maxino = lfs_sb_getifpb(fs) * (st.st_size >> lfs_sb_getbshift(fs)) - 405 for (i = 0; i < maxino; i++) {
|
/src/sbin/fsck_ffs/ |
main.c | 133 ino_t maxino; variable in typeref:typename:ino_t 505 (n_files -= maxino - UFS_ROOTINO - sblock->fs_cstotal.cs_nifree))
|
dir.c | 333 if (ino >= maxino || 430 if (ino < UFS_ROOTINO || ino > maxino) { 719 if (parent < UFS_ROOTINO || parent >= maxino || 720 ino < UFS_ROOTINO || ino >= maxino) 935 for (in = maxino; in > 0; in /= 10)
|
/src/sbin/dump_lfs/ |
lfs_inode.c | 165 * Fill in the ufsi struct, as well as the maxino and dev_bsize global 208 fs_mapinodes(ino_t maxino, u_int64_t *tapesz, int *anydirskipped) 212 for (ino = ULFS_ROOTINO; ino < maxino; ino++)
|