/third_party/e2fsprogs/lib/ext2fs/ |
D | mmp.c | 242 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_mmp_clear() 352 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_mmp_start() 406 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP) || in ext2fs_mmp_stop() 434 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_stop() 454 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_update2() 480 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_update2()
|
D | openfs.c | 167 if (flags & EXT2_FLAG_RW) in ext2fs_open2() 285 if ((flags & EXT2_FLAG_RW) && in ext2fs_open2() 490 if (fs->flags & EXT2_FLAG_RW) in ext2fs_open2() 496 (flags & (EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE))) { in ext2fs_open2() 571 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW | in ext2fs_rewrite_to_io()
|
D | unlink.c | 83 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_unlink()
|
D | expanddir.c | 95 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_expand_dir()
|
D | extent.c | 779 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_fix_parents() 833 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_replace() 920 if (!(handle->fs->flags & EXT2_FLAG_RW)) in extent_node_split() 1171 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_insert() 1284 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_set_bmap() 1612 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_delete()
|
D | closefs.c | 499 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) { in ext2fs_close2()
|
D | mkjournal.c | 633 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0, in main()
|
D | initialize.c | 121 fs->flags = flags | EXT2_FLAG_RW; in ext2fs_initialize()
|
D | rw_bitmaps.c | 68 if (!(fs->flags & EXT2_FLAG_RW)) in write_bitmaps()
|
D | fileio.c | 55 !(fs->flags & EXT2_FLAG_RW)) in ext2fs_file_open2()
|
D | link.c | 617 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_link()
|
D | nt_io.c | 1151 …if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->… in nt_open()
|
D | inode.c | 940 if (!(fs->flags & EXT2_FLAG_RW)) { in ext2fs_write_inode2()
|
/third_party/e2fsprogs/misc/ |
D | tune2fs.c | 281 retval = ext2fs_open(journal_path, EXT2_FLAG_RW| in remove_journal_device() 1577 retval = ext2fs_open(journal_device, EXT2_FLAG_RW| in add_journal() 1784 open_flag |= EXT2_FLAG_RW; in parse_e2label_options() 1835 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1861 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1877 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1881 open_flag |= EXT2_FLAG_RW; in parse_tune2fs_options() 1904 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1936 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1941 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() [all …]
|
D | e2undo.c | 643 EXT2_FLAG_RW | EXT2_FLAG_64BITS, 0, 0, in main()
|
D | fuse2fs.c | 512 if (!(fs->flags & EXT2_FLAG_RW)) in update_atime() 629 return (fs->flags & EXT2_FLAG_RW) && (fs->super->s_error_count == 0); in fs_writeable() 715 if (fs->flags & EXT2_FLAG_RW) { in op_destroy() 746 if (fs->flags & EXT2_FLAG_RW) { in op_init() 2383 if (fs->flags & EXT2_FLAG_RW) in op_statfs() 3778 flags |= EXT2_FLAG_RW; in main()
|
D | create_inode.c | 1056 if (!(fs->flags & EXT2_FLAG_RW)) { in populate_fs2()
|
/third_party/e2fsprogs/contrib/ |
D | add_ext4_encrypt.c | 37 retval = ext2fs_open(argv[1], EXT2_FLAG_RW, 0, 0, in main()
|
/third_party/e2fsprogs/debugfs/ |
D | journal.c | 371 if (tried_backup_jnl && (fs->flags & EXT2_FLAG_RW)) { in ext2fs_get_journal() 429 retval = io_ptr->open(journal_name, fs->flags & EXT2_FLAG_RW, in ext2fs_get_journal() 650 else if (fs->flags & EXT2_FLAG_RW) { in ext2fs_journal_release() 791 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_run_ext3_journal()
|
D | quota.c | 79 if (current_fs->flags & EXT2_FLAG_RW) in parse_quota_type()
|
D | util.c | 173 if (!(current_fs->flags & EXT2_FLAG_RW)) { in check_fs_read_write()
|
D | debugfs.c | 249 open_flags |= EXT2_FLAG_RW; in do_open_filesys() 2020 current_fs->flags & EXT2_FLAG_RW ? "write" : "only"); in do_show_debugfs_params() 2605 open_flags |= EXT2_FLAG_RW; in main()
|
/third_party/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 204 int flags = EXT2_FLAG_RW; in main()
|
/third_party/e2fsprogs/resize/ |
D | main.c | 405 io_flags = EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE; in main()
|
/third_party/e2fsprogs/e2fsck/ |
D | pass3.c | 868 if (!(fs->flags & EXT2_FLAG_RW)) in e2fsck_expand_directory()
|