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

  /external/e2fsprogs/lib/ext2fs/
closefs.c 438 fs->flags &= ~EXT2_FLAG_DIRTY;
492 if ((fs->flags & EXT2_FLAG_DIRTY) == 0)
493 fs->flags |= EXT2_FLAG_SUPER_ONLY | EXT2_FLAG_DIRTY;
495 if (fs->flags & EXT2_FLAG_DIRTY) {
openfs.c 530 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW |
ext2fs.h 178 #define EXT2_FLAG_DIRTY 0x04
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 792 fs->flags |= EXT2_FLAG_DIRTY;
810 fs->flags |= EXT2_FLAG_DIRTY;
897 fs->flags |= EXT2_FLAG_DIRTY;
909 fs->flags |= EXT2_FLAG_DIRTY;
journal.c 976 if (ctx->fs->flags & EXT2_FLAG_DIRTY)
unix.c     [all...]
  /external/e2fsprogs/debugfs/
journal.c 778 if (fs->flags & EXT2_FLAG_DIRTY)

Completed in 52 milliseconds