Searched refs:EXT2_FLAG_MASTER_SB_ONLY (Results 1 - 11 of 11) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Djournal.c480 ctx->fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
780 ctx->fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
917 ctx->fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
980 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
1037 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
H A Dsuper.c729 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
747 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
763 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
781 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
915 if (((fs->flags & EXT2_FLAG_MASTER_SB_ONLY) == 0) ||
H A Dunix.c1386 fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
1643 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
1702 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
H A Dpass2.c272 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
H A Dpass1.c2629 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
/external/e2fsprogs/lib/ext2fs/
H A Dclosefs.c354 if (!(fs->flags & EXT2_FLAG_MASTER_SB_ONLY) &&i && super_blk) {
363 (!(fs->flags & EXT2_FLAG_MASTER_SB_ONLY) || (i == 0))) {
H A Dopenfs.c120 fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
H A Dext2fs.h182 #define EXT2_FLAG_MASTER_SB_ONLY 0x200 macro
/external/e2fsprogs/resize/
H A Dresize2fs.c194 rfs->new_fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
1756 rfs->old_fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
/external/e2fsprogs/misc/
H A Dtune2fs.c1998 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c257 current_fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;

Completed in 219 milliseconds