OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inode_nbytes
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c
34
int block_nbytes,
inode_nbytes
;
local
52
inode_nbytes
= block_nbytes = 0;
62
inode_nbytes
= (size_t)
112
ino_itr,
inode_nbytes
<< 3, inode_buf);
124
ino_itr +=
inode_nbytes
<< 3;
145
int
inode_nbytes
= EXT2_INODES_PER_GROUP(fs->super) / 8;
local
194
(unsigned)
inode_nbytes
, &inode_bitmap);
198
inode_nbytes
= 0;
204
while (
inode_nbytes
> 0) {
218
inode_nbytes
-= fs->blocksize
[
all
...]
/external/e2fsprogs/misc/
dumpe2fs.c
151
int block_nbytes,
inode_nbytes
;
local
157
inode_nbytes
= EXT2_INODES_PER_GROUP(fs->super) / 8;
162
inode_bitmap = malloc(
inode_nbytes
);
253
ino_itr,
inode_nbytes
<< 3, inode_bitmap);
Completed in 190 milliseconds