/external/e2fsprogs/lib/ext2fs/ |
D | mmp.c | 227 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_mmp_clear() 337 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_mmp_start() 391 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_stop() 418 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_stop() 438 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_update2() 464 !(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() 279 if ((flags & EXT2_FLAG_RW) && in ext2fs_open2() 480 if (fs->flags & EXT2_FLAG_RW) in ext2fs_open2() 486 (flags & (EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE))) { in ext2fs_open2() 558 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 | extent.c | 775 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_fix_parents() 829 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_replace() 916 if (!(handle->fs->flags & EXT2_FLAG_RW)) in extent_node_split() 1167 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_insert() 1280 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_set_bmap() 1608 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_delete()
|
D | expanddir.c | 95 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_expand_dir()
|
D | link.c | 163 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_link()
|
D | rw_bitmaps.c | 46 if (!(fs->flags & EXT2_FLAG_RW)) in write_bitmaps()
|
D | closefs.c | 490 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) { in ext2fs_close2()
|
D | initialize.c | 121 fs->flags = flags | EXT2_FLAG_RW; in ext2fs_initialize()
|
D | mkjournal.c | 568 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0, in main()
|
D | fileio.c | 55 !(fs->flags & EXT2_FLAG_RW)) in ext2fs_file_open2()
|
D | nt_io.c | 1151 …if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->… in nt_open()
|
D | inode.c | 906 if (!(fs->flags & EXT2_FLAG_RW)) { in ext2fs_write_inode_full()
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 276 retval = ext2fs_open(journal_path, EXT2_FLAG_RW| in remove_journal_device() 1552 retval = ext2fs_open(journal_device, EXT2_FLAG_RW| in add_journal() 1753 open_flag |= EXT2_FLAG_RW; in parse_e2label_options() 1814 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1825 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1841 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1845 open_flag |= EXT2_FLAG_RW; in parse_tune2fs_options() 1868 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1900 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1905 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() [all …]
|
D | fuse2fs.c | 510 if (!(fs->flags & EXT2_FLAG_RW)) in update_atime() 627 return (fs->flags & EXT2_FLAG_RW) && (fs->super->s_error_count == 0); in fs_writeable() 712 if (fs->flags & EXT2_FLAG_RW) { in op_destroy() 743 if (fs->flags & EXT2_FLAG_RW) { in op_init() 2387 if (fs->flags & EXT2_FLAG_RW) in op_statfs() 3771 flags |= EXT2_FLAG_RW; in main()
|
D | e2undo.c | 635 EXT2_FLAG_RW | EXT2_FLAG_64BITS, 0, 0, in main()
|
D | create_inode.c | 1030 if (!(fs->flags & EXT2_FLAG_RW)) { in populate_fs2()
|
/external/e2fsprogs/contrib/ |
D | add_ext4_encrypt.c | 37 retval = ext2fs_open(argv[1], EXT2_FLAG_RW, 0, 0, in main()
|
/external/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() 783 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 | 242 open_flags |= EXT2_FLAG_RW; in do_open_filesys() 2003 current_fs->flags & EXT2_FLAG_RW ? "write" : "only"); in do_show_debugfs_params() 2578 open_flags |= EXT2_FLAG_RW; in main()
|
/external/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 201 int flags = EXT2_FLAG_RW; in main()
|
/external/e2fsprogs/resize/ |
D | main.c | 403 io_flags = EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE; in main()
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 862 if (!(fs->flags & EXT2_FLAG_RW)) in e2fsck_expand_directory()
|