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

/external/e2fsprogs/e2fsck/
H A Dswapfs.c262 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
264 fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
H A Djournal.c463 ctx->fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
763 ctx->fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
893 ctx->fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
948 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
1005 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
H A Dsuper.c734 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
752 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
768 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
786 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
908 if (((fs->flags & EXT2_FLAG_MASTER_SB_ONLY) == 0) ||
H A Dunix.c1122 fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
1352 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
1393 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
H A Dpass2.c267 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
H A Dpass1.c2473 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
/external/e2fsprogs/lib/ext2fs/
H A Dclosefs.c299 if (!(fs->flags & EXT2_FLAG_MASTER_SB_ONLY) &&i && super_blk) {
308 (!(fs->flags & EXT2_FLAG_MASTER_SB_ONLY) || (i == 0))) {
H A Dopenfs.c107 fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
H A Dext2fs.h167 #define EXT2_FLAG_MASTER_SB_ONLY 0x200 macro
/external/e2fsprogs/resize/
H A Dresize2fs.c161 rfs->new_fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
1621 rfs->old_fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
/external/e2fsprogs/misc/
H A Dtune2fs.c1612 fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c232 current_fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;

Completed in 163 milliseconds