Searched refs:EXT2_FLAG_RW (Results 1 – 22 of 22) sorted by relevance
/external/e2fsprogs/misc/ |
D | tune2fs.c | 185 retval = ext2fs_open(journal_path, EXT2_FLAG_RW| in remove_journal_device() 487 retval = ext2fs_open(journal_device, EXT2_FLAG_RW| in add_journal() 556 open_flag |= EXT2_FLAG_RW; in parse_e2label_options() 616 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 627 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 643 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 647 open_flag |= EXT2_FLAG_RW; in parse_tune2fs_options() 670 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 702 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 707 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() [all …]
|
D | mke2fs.c | 2193 retval = ext2fs_open(journal_device, EXT2_FLAG_RW| in main()
|
/external/e2fsprogs/lib/ext2fs/ |
D | openfs.c | 120 if (flags & EXT2_FLAG_RW) in ext2fs_open2() 221 if ((flags & EXT2_FLAG_RW) && in ext2fs_open2() 393 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW | in ext2fs_rewrite_to_io()
|
D | unlink.c | 82 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_unlink()
|
D | expanddir.c | 89 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_expand_dir()
|
D | link.c | 120 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_link()
|
D | extent.c | 721 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_fix_parents() 771 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_replace() 838 if (!(handle->fs->flags & EXT2_FLAG_RW)) in extent_node_split() 1056 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_insert() 1167 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_set_bmap() 1458 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_delete()
|
D | fileio.c | 47 !(fs->flags & EXT2_FLAG_RW)) in ext2fs_file_open2()
|
D | closefs.c | 386 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) { in ext2fs_close()
|
D | rw_bitmaps.c | 45 if (!(fs->flags & EXT2_FLAG_RW)) in write_bitmaps()
|
D | initialize.c | 120 fs->flags = flags | EXT2_FLAG_RW; in ext2fs_initialize()
|
D | mkjournal.c | 564 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0, in main()
|
D | inode.c | 661 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_write_inode_full()
|
D | nt_io.c | 1153 …if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->… in nt_open()
|
D | ext2fs.h | 158 #define EXT2_FLAG_RW 0x01 macro
|
/external/e2fsprogs/debugfs/ |
D | util.c | 166 if (!(current_fs->flags & EXT2_FLAG_RW)) { in check_fs_read_write()
|
D | debugfs.c | 76 if (catastrophic && (open_flags & EXT2_FLAG_RW)) { in open_filesystem() 79 open_flags &= ~EXT2_FLAG_RW; in open_filesystem() 140 open_flags |= EXT2_FLAG_RW; in do_open_filesys() 1919 current_fs->flags & EXT2_FLAG_RW ? "write" : "only"); in do_show_debugfs_params() 2178 open_flags |= EXT2_FLAG_RW; in main()
|
/external/e2fsprogs/resize/ |
D | main.c | 306 io_flags = EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE; in main()
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 758 if (!(fs->flags & EXT2_FLAG_RW)) in e2fsck_expand_directory()
|
D | journal.c | 882 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW, in e2fsck_run_ext3_journal()
|
D | unix.c | 1024 flags |= EXT2_FLAG_RW; in main()
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 199 @item EXT2_FLAG_RW
|