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) {
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)) {
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 267 * BLOCK_FLAG_APPEND, or BLOCK_FLAG_HOLE, indicates that the interator
288 #define BLOCK_FLAG_APPEND 1
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 778 retval = ext2fs_block_iterate2(fs, dir, BLOCK_FLAG_APPEND,

Completed in 70 milliseconds