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

/external/e2fsprogs/lib/ext2fs/
H A Dalloc.c111 ext2_ino_t start_inode = 0; local
125 start_inode = (group * EXT2_INODES_PER_GROUP(fs->super)) + 1;
127 if (start_inode < EXT2_FIRST_INODE(fs->super))
128 start_inode = EXT2_FIRST_INODE(fs->super);
129 if (start_inode > fs->super->s_inodes_count)
131 i = start_inode;
138 if (i < start_inode && upto >= start_inode)
139 upto = start_inode - 1;
154 } while (i != start_inode);
[all...]

Completed in 63 milliseconds