Searched refs:EXT2_FLAG_RW (Results 1 - 21 of 21) sorted by relevance

/external/e2fsprogs/misc/
H A Dtune2fs.c185 retval = ext2fs_open(journal_path, EXT2_FLAG_RW|
525 retval = ext2fs_open(journal_device, EXT2_FLAG_RW|
594 open_flag |= EXT2_FLAG_RW;
654 open_flag = EXT2_FLAG_RW;
665 open_flag = EXT2_FLAG_RW;
681 open_flag = EXT2_FLAG_RW;
685 open_flag |= EXT2_FLAG_RW;
708 open_flag = EXT2_FLAG_RW;
740 open_flag = EXT2_FLAG_RW;
745 open_flag = EXT2_FLAG_RW;
[all...]
H A Dmke2fs.c2304 retval = ext2fs_open(journal_device, EXT2_FLAG_RW|
/external/e2fsprogs/lib/ext2fs/
H A Dunlink.c82 if (!(fs->flags & EXT2_FLAG_RW))
H A Dopenfs.c75 * EXT2_FLAG_RW - Open the filesystem for read/write.
120 if (flags & EXT2_FLAG_RW)
223 if ((flags & EXT2_FLAG_RW) &&
395 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW |
H A Dexpanddir.c89 if (!(fs->flags & EXT2_FLAG_RW))
H A Dlink.c120 if (!(fs->flags & EXT2_FLAG_RW))
H A Dextent.c721 if (!(handle->fs->flags & EXT2_FLAG_RW))
771 if (!(handle->fs->flags & EXT2_FLAG_RW))
838 if (!(handle->fs->flags & EXT2_FLAG_RW))
1056 if (!(handle->fs->flags & EXT2_FLAG_RW))
1167 if (!(handle->fs->flags & EXT2_FLAG_RW))
1458 if (!(handle->fs->flags & EXT2_FLAG_RW))
H A Dclosefs.c389 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) {
H A Dfileio.c47 !(fs->flags & EXT2_FLAG_RW))
H A Drw_bitmaps.c45 if (!(fs->flags & EXT2_FLAG_RW))
H A Dinitialize.c120 fs->flags = flags | EXT2_FLAG_RW;
H A Dmkjournal.c564 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0,
H A Dinode.c660 if (!(fs->flags & EXT2_FLAG_RW))
H A Dnt_io.c1153 if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->OpenedReadonly, &Errno))
H A Dext2fs.h167 #define EXT2_FLAG_RW 0x01 macro
/external/e2fsprogs/debugfs/
H A Dutil.c166 if (!(current_fs->flags & EXT2_FLAG_RW)) {
H A Ddebugfs.c76 if (catastrophic && (open_flags & EXT2_FLAG_RW)) {
79 open_flags &= ~EXT2_FLAG_RW;
140 open_flags |= EXT2_FLAG_RW;
1919 current_fs->flags & EXT2_FLAG_RW ? "write" : "only");
2178 open_flags |= EXT2_FLAG_RW;
/external/e2fsprogs/resize/
H A Dmain.c306 io_flags = EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE;
/external/e2fsprogs/e2fsck/
H A Dpass3.c758 if (!(fs->flags & EXT2_FLAG_RW))
H A Djournal.c888 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
H A Dunix.c1048 flags |= EXT2_FLAG_RW;

Completed in 239 milliseconds