Searched refs:BLOCK_FLAG_READ_ONLY (Results 1 - 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
H A D | read_bb.c | 94 retval = ext2fs_block_iterate2(fs, EXT2_BAD_INO, BLOCK_FLAG_READ_ONLY,
|
H A D | dir_iterate.c | 125 retval = ext2fs_block_iterate2(fs, dir, BLOCK_FLAG_READ_ONLY, 0,
|
H A D | block.c | 41 if (((ctx)->flags & BLOCK_FLAG_READ_ONLY) && \ 51 if (((ctx)->flags & BLOCK_FLAG_READ_ONLY) && \
|
H A D | ext2fs.h | 282 * BLOCK_FLAG_READ_ONLY is a promise by the caller that it will not 292 #define BLOCK_FLAG_READ_ONLY 8 macro
|
/external/e2fsprogs/debugfs/ |
H A D | icheck.c | 131 BLOCK_FLAG_READ_ONLY, block_buf,
|
H A D | lsdel.c | 144 BLOCK_FLAG_READ_ONLY, block_buf,
|
H A D | htree.c | 380 ext2fs_block_iterate2(current_fs, inode, BLOCK_FLAG_READ_ONLY, 0,
|
H A D | debugfs.c | 549 ext2fs_block_iterate2(current_fs, inode, BLOCK_FLAG_READ_ONLY, NULL, 1375 ext2fs_block_iterate(current_fs, ino, BLOCK_FLAG_READ_ONLY, NULL, 1777 ext2fs_block_iterate(current_fs, inode, BLOCK_FLAG_READ_ONLY, NULL,
|
/external/e2fsprogs/misc/ |
H A D | e2image.c | 529 BLOCK_FLAG_READ_ONLY, block_buf, 543 ino, BLOCK_FLAG_READ_ONLY, block_buf,
|
H A D | tune2fs.c | 292 BLOCK_FLAG_READ_ONLY, NULL,
|
/external/e2fsprogs/e2fsck/ |
H A D | pass1b.c | 311 BLOCK_FLAG_READ_ONLY, block_buf, 608 pctx.errcode = ext2fs_block_iterate2(fs, ino, BLOCK_FLAG_READ_ONLY,
|
Completed in 412 milliseconds