OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inode_reg_map
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/e2fsck/
e2fsck.c
66
if (ctx->
inode_reg_map
) {
67
ext2fs_free_inode_bitmap(ctx->
inode_reg_map
);
68
ctx->
inode_reg_map
= 0;
pass2.c
41
* - The
inode_reg_map
bitmap
255
if (ctx->
inode_reg_map
) {
256
ext2fs_free_inode_bitmap(ctx->
inode_reg_map
);
257
ctx->
inode_reg_map
= 0;
494
} else if (ext2fs_test_inode_bitmap(ctx->
inode_reg_map
,
[
all
...]
e2fsck.h
230
ext2fs_inode_bitmap
inode_reg_map
; /* Inodes which are regular files*/
member in struct:e2fsck_struct
pass1.c
22
* - A bitmap of which inodes are regular files. (
inode_reg_map
)
614
_("regular file inode map"), &ctx->
inode_reg_map
);
1028
ext2fs_mark_inode_bitmap(ctx->
inode_reg_map
, ino);
[
all
...]
Completed in 21 milliseconds