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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/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.h80 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c530 for (i = EXT2_ROOT_INO + 1; i < EXT2_FIRST_INODE(fs->super); i++) {
H A De2fsck.c2042 (sb->s_journal_inum < EXT2_FIRST_INODE(sb));
3421 } else if (ino < EXT2_FIRST_INODE(fs->super)) {
4821 if (ino >= EXT2_FIRST_INODE(fs->super) ||
4922 sd.first_inode = EXT2_FIRST_INODE(fs->super);
6145 (dirent->inode < EXT2_FIRST_INODE(fs->super))) ||
7527 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super)))
11489 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
11513 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||

Completed in 132 milliseconds