Home
last modified time | relevance | path

Searched refs:inode_reg_map (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/e2fsck/
De2fsck.c63 if (ctx->inode_reg_map) { in e2fsck_reset_context()
64 ext2fs_free_inode_bitmap(ctx->inode_reg_map); in e2fsck_reset_context()
65 ctx->inode_reg_map = 0; in e2fsck_reset_context()
Dpass2.c258 if (ctx->inode_reg_map) { in e2fsck_pass2()
259 ext2fs_free_inode_bitmap(ctx->inode_reg_map); in e2fsck_pass2()
260 ctx->inode_reg_map = 0; in e2fsck_pass2()
499 } else if (ext2fs_test_inode_bitmap(ctx->inode_reg_map, in check_filetype()
De2fsck.h223 ext2fs_inode_bitmap inode_reg_map; /* Inodes which are regular files*/ member
Dpass1.c538 _("regular file inode map"), &ctx->inode_reg_map); in e2fsck_pass1()
876 ext2fs_mark_inode_bitmap(ctx->inode_reg_map, ino); in e2fsck_pass1()
1538 ext2fs_unmark_inode_bitmap(ctx->inode_reg_map, ino); in check_blocks()
1591 ext2fs_unmark_inode_bitmap(ctx->inode_reg_map, ino); in check_blocks()