Searched refs:BLOCK_FLAG_APPEND (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dblock.c92 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 Dexpanddir.c103 retval = ext2fs_block_iterate2(fs, dir, BLOCK_FLAG_APPEND,
H A Dbb_inode.c108 BLOCK_FLAG_APPEND, 0,
H A Dmkjournal.c335 retval = ext2fs_block_iterate2(fs, journal_ino, BLOCK_FLAG_APPEND,
H A Dext2fs.h267 * BLOCK_FLAG_APPEND, or BLOCK_FLAG_HOLE, indicates that the interator
288 #define BLOCK_FLAG_APPEND 1 macro
/external/e2fsprogs/e2fsck/
H A Dpass3.c778 retval = ext2fs_block_iterate2(fs, dir, BLOCK_FLAG_APPEND,

Completed in 57 milliseconds