Searched refs:EXT2_FIRST_INODE (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dalloc.c55 if (start_inode < EXT2_FIRST_INODE(fs->super))
56 start_inode = EXT2_FIRST_INODE(fs->super);
64 i = EXT2_FIRST_INODE(fs->super);
H A Dinitialize.c224 if (super->s_inodes_count < EXT2_FIRST_INODE(super)+1)
225 super->s_inodes_count = EXT2_FIRST_INODE(super)+1;
H A Dext2fs.h84 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dalloc.c55 if (start_inode < EXT2_FIRST_INODE(fs->super))
56 start_inode = EXT2_FIRST_INODE(fs->super);
64 i = EXT2_FIRST_INODE(fs->super);
H A Dinitialize.c224 if (super->s_inodes_count < EXT2_FIRST_INODE(super)+1)
225 super->s_inodes_count = EXT2_FIRST_INODE(super)+1;
H A Dext2fs.h84 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dalloc.c55 if (start_inode < EXT2_FIRST_INODE(fs->super))
56 start_inode = EXT2_FIRST_INODE(fs->super);
64 i = EXT2_FIRST_INODE(fs->super);
H A Dinitialize.c224 if (super->s_inodes_count < EXT2_FIRST_INODE(super)+1)
225 super->s_inodes_count = EXT2_FIRST_INODE(super)+1;
H A Dext2fs.h84 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c566 for (i = EXT2_ROOT_INO + 1; i < EXT2_FIRST_INODE(fs->super); i++) {
H A De2fsck.c2057 (sb->s_journal_inum < EXT2_FIRST_INODE(sb));
3441 } else if (ino < EXT2_FIRST_INODE(fs->super)) {
4859 if (ino >= EXT2_FIRST_INODE(fs->super) ||
4960 sd.first_inode = EXT2_FIRST_INODE(fs->super);
6189 (dirent->inode < EXT2_FIRST_INODE(fs->super))) ||
7571 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super)))
11516 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
11540 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c566 for (i = EXT2_ROOT_INO + 1; i < EXT2_FIRST_INODE(fs->super); i++) {
H A De2fsck.c2057 (sb->s_journal_inum < EXT2_FIRST_INODE(sb));
3441 } else if (ino < EXT2_FIRST_INODE(fs->super)) {
4859 if (ino >= EXT2_FIRST_INODE(fs->super) ||
4960 sd.first_inode = EXT2_FIRST_INODE(fs->super);
6189 (dirent->inode < EXT2_FIRST_INODE(fs->super))) ||
7571 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super)))
11516 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
11540 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c566 for (i = EXT2_ROOT_INO + 1; i < EXT2_FIRST_INODE(fs->super); i++) {
H A De2fsck.c2057 (sb->s_journal_inum < EXT2_FIRST_INODE(sb));
3441 } else if (ino < EXT2_FIRST_INODE(fs->super)) {
4859 if (ino >= EXT2_FIRST_INODE(fs->super) ||
4960 sd.first_inode = EXT2_FIRST_INODE(fs->super);
6189 (dirent->inode < EXT2_FIRST_INODE(fs->super))) ||
7571 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super)))
11516 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
11540 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||

Completed in 206 milliseconds