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 92 if (ctx->flags & BLOCK_FLAG_APPEND) {
169 if (ctx->flags & BLOCK_FLAG_APPEND) {
248 if (ctx->flags & BLOCK_FLAG_APPEND) {
380 if (!(flags & BLOCK_FLAG_APPEND))
461 if (inode.i_block[i] || (flags & BLOCK_FLAG_APPEND)) {
469 if (inode.i_block[EXT2_IND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
476 if (inode.i_block[EXT2_DIND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
483 if (inode.i_block[EXT2_TIND_BLOCK] || (flags & BLOCK_FLAG_APPEND)) {
expanddir.c 103 retval = ext2fs_block_iterate2(fs, dir, BLOCK_FLAG_APPEND,
bb_inode.c 108 BLOCK_FLAG_APPEND, 0,
mkjournal.c 335 retval = ext2fs_block_iterate2(fs, journal_ino, BLOCK_FLAG_APPEND,
ext2fs.h 257 * BLOCK_FLAG_APPEND, or BLOCK_FLAG_HOLE, indicates that the interator
278 #define BLOCK_FLAG_APPEND 1
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 778 retval = ext2fs_block_iterate2(fs, dir, BLOCK_FLAG_APPEND,

Completed in 24 milliseconds