OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT2_FIRST_INODE
(Results
1 - 11
of
11
) sorted by null
/external/e2fsprogs/lib/ext2fs/
alloc.c
120
if (start_inode <
EXT2_FIRST_INODE
(fs->super))
121
start_inode =
EXT2_FIRST_INODE
(fs->super);
135
i =
EXT2_FIRST_INODE
(fs->super);
initialize.c
239
if (super->s_inodes_count <
EXT2_FIRST_INODE
(super)+1)
240
super->s_inodes_count =
EXT2_FIRST_INODE
(super)+1;
ext2fs.h
114
#define
EXT2_FIRST_INODE
(s) EXT2_FIRST_INO(s)
[
all
...]
/external/e2fsprogs/e2fsck/
pass4.c
135
(i > EXT2_ROOT_INO && i <
EXT2_FIRST_INODE
(fs->super)))
pass1b.c
318
if (ino >=
EXT2_FIRST_INODE
(fs->super) ||
421
sd.first_inode =
EXT2_FIRST_INODE
(fs->super);
super.c
250
if ((ino <
EXT2_FIRST_INODE
(fs->super)) ||
274
((next_ino <
EXT2_FIRST_INODE
(fs->super)) ||
journal.c
755
(sb->s_journal_inum <
EXT2_FIRST_INODE
(sb));
pass2.c
891
(dirent->inode <
EXT2_FIRST_INODE
(fs->super))) ||
[
all
...]
pass1.c
887
} else if (ino <
EXT2_FIRST_INODE
(fs->super)) {
[
all
...]
/external/e2fsprogs/misc/
mke2fs.c
500
for (i = EXT2_ROOT_INO + 1; i <
EXT2_FIRST_INODE
(fs->super); i++)
[
all
...]
/external/e2fsprogs/resize/
resize2fs.c
[
all
...]
Completed in 152 milliseconds