OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_inode
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/lib/ext2fs/
alloc.c
107
ext2_ino_t
start_inode
;
local
119
start_inode
= (dir_group * EXT2_INODES_PER_GROUP(fs->super)) + 1;
120
if (
start_inode
< EXT2_FIRST_INODE(fs->super))
121
start_inode
= EXT2_FIRST_INODE(fs->super);
122
if (
start_inode
> fs->super->s_inodes_count)
124
i =
start_inode
;
136
} while (i !=
start_inode
);
Completed in 1396 milliseconds