HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_FLAG_APPEND (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
block.c 96 if (ctx->flags & BLOCK_FLAG_APPEND) {
185 if (ctx->flags & BLOCK_FLAG_APPEND) {
271 if (ctx->flags & BLOCK_FLAG_APPEND) {
412 if (!(flags & BLOCK_FLAG_APPEND))
516 if (inode.i_block[i] || (flags & BLOCK_FLAG_APPEND)) {
526 if (inode.i_block[EXT2_IND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
533 if (inode.i_block[EXT2_DIND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
540 if (inode.i_block[EXT2_TIND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
expanddir.c 113 retval = ext2fs_block_iterate3(fs, dir, BLOCK_FLAG_APPEND,
bb_inode.c 107 BLOCK_FLAG_APPEND, 0,
mkjournal.c 363 retval = ext2fs_block_iterate3(fs, journal_ino, BLOCK_FLAG_APPEND,
ext2fs.h 301 * BLOCK_FLAG_APPEND, or BLOCK_FLAG_HOLE, indicates that the interator
322 #define BLOCK_FLAG_APPEND 1
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 814 retval = ext2fs_block_iterate3(fs, dir, BLOCK_FLAG_APPEND,

Completed in 83 milliseconds