Searched refs:BLOCK_FLAG_APPEND (Results 1 - 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
H A D | block.c | 92 if (ctx->flags & BLOCK_FLAG_APPEND) { 170 if (ctx->flags & BLOCK_FLAG_APPEND) { 249 if (ctx->flags & BLOCK_FLAG_APPEND) { 381 if (!(flags & BLOCK_FLAG_APPEND)) 462 if (inode.i_block[i] || (flags & BLOCK_FLAG_APPEND)) { 470 if (inode.i_block[EXT2_IND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) { 477 if (inode.i_block[EXT2_DIND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) { 484 if (inode.i_block[EXT2_TIND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
|
H A D | expanddir.c | 103 retval = ext2fs_block_iterate2(fs, dir, BLOCK_FLAG_APPEND,
|
H A D | bb_inode.c | 108 BLOCK_FLAG_APPEND, 0,
|
H A D | mkjournal.c | 335 retval = ext2fs_block_iterate2(fs, journal_ino, BLOCK_FLAG_APPEND,
|
H A D | ext2fs.h | 267 * BLOCK_FLAG_APPEND, or BLOCK_FLAG_HOLE, indicates that the interator 288 #define BLOCK_FLAG_APPEND 1 macro
|
/external/e2fsprogs/e2fsck/ |
H A D | pass3.c | 778 retval = ext2fs_block_iterate2(fs, dir, BLOCK_FLAG_APPEND,
|
Completed in 891 milliseconds