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

  /external/e2fsprogs/lib/ext2fs/
mmp.c 335 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP))
374 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP))
openfs.c 88 * EXT2_FLAG_SKIP_MMP - Open without multi-mount protection check.
406 !(flags & EXT2_FLAG_SKIP_MMP) &&
410 fs->flags |= EXT2_FLAG_SKIP_MMP; /* just do cleanup */
ext2fs.h 193 #define EXT2_FLAG_SKIP_MMP 0x100000
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c     [all...]
  /external/e2fsprogs/misc/
tune2fs.c     [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 94 open_flags |= EXT2_FLAG_SKIP_MMP;
    [all...]

Completed in 102 milliseconds