Searched refs:EXT2_FLAG_RW (Results 1 - 21 of 21) sorted by relevance
/external/e2fsprogs/misc/ |
H A D | tune2fs.c | 185 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 D | mke2fs.c | 2304 retval = ext2fs_open(journal_device, EXT2_FLAG_RW|
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | unlink.c | 82 if (!(fs->flags & EXT2_FLAG_RW))
|
H A D | openfs.c | 75 * 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 D | expanddir.c | 89 if (!(fs->flags & EXT2_FLAG_RW))
|
H A D | link.c | 120 if (!(fs->flags & EXT2_FLAG_RW))
|
H A D | 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)) 1458 if (!(handle->fs->flags & EXT2_FLAG_RW))
|
H A D | closefs.c | 389 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) {
|
H A D | fileio.c | 47 !(fs->flags & EXT2_FLAG_RW))
|
H A D | rw_bitmaps.c | 45 if (!(fs->flags & EXT2_FLAG_RW))
|
H A D | initialize.c | 120 fs->flags = flags | EXT2_FLAG_RW;
|
H A D | mkjournal.c | 564 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0,
|
H A D | inode.c | 660 if (!(fs->flags & EXT2_FLAG_RW))
|
H A D | nt_io.c | 1153 if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->OpenedReadonly, &Errno))
|
H A D | ext2fs.h | 167 #define EXT2_FLAG_RW 0x01 macro
|
/external/e2fsprogs/debugfs/ |
H A D | util.c | 166 if (!(current_fs->flags & EXT2_FLAG_RW)) {
|
H A D | debugfs.c | 76 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 D | main.c | 306 io_flags = EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE;
|
/external/e2fsprogs/e2fsck/ |
H A D | pass3.c | 758 if (!(fs->flags & EXT2_FLAG_RW))
|
H A D | journal.c | 888 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
|
H A D | unix.c | 1048 flags |= EXT2_FLAG_RW;
|
Completed in 239 milliseconds