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

  /external/e2fsprogs/misc/
tune2fs.c 185 retval = ext2fs_open(journal_path, EXT2_FLAG_RW|
487 retval = ext2fs_open(journal_device, EXT2_FLAG_RW|
556 open_flag |= EXT2_FLAG_RW;
616 open_flag = EXT2_FLAG_RW;
627 open_flag = EXT2_FLAG_RW;
643 open_flag = EXT2_FLAG_RW;
647 open_flag |= EXT2_FLAG_RW;
670 open_flag = EXT2_FLAG_RW;
702 open_flag = EXT2_FLAG_RW;
707 open_flag = EXT2_FLAG_RW;
    [all...]
mke2fs.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
unlink.c 82 if (!(fs->flags & EXT2_FLAG_RW))
openfs.c 75 * EXT2_FLAG_RW - Open the filesystem for read/write.
120 if (flags & EXT2_FLAG_RW)
221 if ((flags & EXT2_FLAG_RW) &&
393 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW |
expanddir.c 89 if (!(fs->flags & EXT2_FLAG_RW))
link.c 120 if (!(fs->flags & EXT2_FLAG_RW))
extent.c 721 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))
    [all...]
closefs.c 386 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) {
fileio.c 47 !(fs->flags & EXT2_FLAG_RW))
rw_bitmaps.c 45 if (!(fs->flags & EXT2_FLAG_RW))
initialize.c 120 fs->flags = flags | EXT2_FLAG_RW;
mkjournal.c 564 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0,
inode.c 661 if (!(fs->flags & EXT2_FLAG_RW))
nt_io.c 1153 if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->OpenedReadonly, &Errno))
ext2fs.h 158 #define EXT2_FLAG_RW 0x01
    [all...]
  /external/e2fsprogs/debugfs/
util.c 166 if (!(current_fs->flags & EXT2_FLAG_RW)) {
debugfs.c 76 if (catastrophic && (open_flags & EXT2_FLAG_RW)) {
79 open_flags &= ~EXT2_FLAG_RW;
140 open_flags |= EXT2_FLAG_RW;
    [all...]
  /external/e2fsprogs/resize/
main.c 306 io_flags = EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE;
  /external/e2fsprogs/e2fsck/
pass3.c 758 if (!(fs->flags & EXT2_FLAG_RW))
journal.c 887 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
unix.c 1024 flags |= EXT2_FLAG_RW;
    [all...]

Completed in 296 milliseconds