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

  /external/e2fsprogs/lib/ext2fs/
block.c 97 if (ctx->flags & BLOCK_FLAG_APPEND) {
186 if (ctx->flags & BLOCK_FLAG_APPEND) {
272 if (ctx->flags & BLOCK_FLAG_APPEND) {
420 if (!(flags & BLOCK_FLAG_APPEND))
524 if (inode.i_block[i] || (flags & BLOCK_FLAG_APPEND)) {
534 if (inode.i_block[EXT2_IND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
541 if (inode.i_block[EXT2_DIND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
548 if (inode.i_block[EXT2_TIND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
expanddir.c 115 retval = ext2fs_block_iterate3(fs, dir, BLOCK_FLAG_APPEND,
bb_inode.c 108 BLOCK_FLAG_APPEND, 0,
ext2fs.h 330 * BLOCK_FLAG_APPEND, or BLOCK_FLAG_HOLE, indicates that the interator
351 #define BLOCK_FLAG_APPEND 1
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 883 retval = ext2fs_block_iterate3(fs, dir, BLOCK_FLAG_APPEND,

Completed in 785 milliseconds