/external/e2fsprogs/lib/ext2fs/ |
D | mmp.c | 225 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_mmp_clear() 331 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_mmp_start() 385 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_stop() 412 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_stop() 432 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_update2() 458 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_update2()
|
D | openfs.c | 159 if (flags & EXT2_FLAG_RW) in ext2fs_open2() 271 if ((flags & EXT2_FLAG_RW) && in ext2fs_open2() 462 if (fs->flags & EXT2_FLAG_RW) in ext2fs_open2() 468 (flags & (EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE))) { in ext2fs_open2() 530 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 | 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 | 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 | 486 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 | 566 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0, in main()
|
D | fileio.c | 49 !(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 | 905 if (!(fs->flags & EXT2_FLAG_RW)) { in ext2fs_write_inode_full()
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 271 retval = ext2fs_open(journal_path, EXT2_FLAG_RW| in remove_journal_device() 1423 retval = ext2fs_open(journal_device, EXT2_FLAG_RW| in add_journal() 1604 open_flag |= EXT2_FLAG_RW; in parse_e2label_options() 1665 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1676 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1692 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1696 open_flag |= EXT2_FLAG_RW; in parse_tune2fs_options() 1719 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1751 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 1756 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() [all …]
|
D | e2undo.c | 629 EXT2_FLAG_RW | EXT2_FLAG_64BITS, 0, 0, in main()
|
D | fuse2fs.c | 503 if (!(fs->flags & EXT2_FLAG_RW)) in update_atime() 620 return (fs->flags & EXT2_FLAG_RW) && (fs->super->s_error_count == 0); in fs_writeable() 705 if (fs->flags & EXT2_FLAG_RW) { in op_destroy() 736 if (fs->flags & EXT2_FLAG_RW) { in op_init() 2377 if (fs->flags & EXT2_FLAG_RW) in op_statfs() 3772 flags |= EXT2_FLAG_RW; in main()
|
D | create_inode.c | 955 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 | 365 if (tried_backup_jnl && (fs->flags & EXT2_FLAG_RW)) { in ext2fs_get_journal() 423 retval = io_ptr->open(journal_name, fs->flags & EXT2_FLAG_RW, in ext2fs_get_journal() 644 else if (fs->flags & EXT2_FLAG_RW) { in ext2fs_journal_release() 775 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 | debugfs.c | 162 if (catastrophic && (open_flags & EXT2_FLAG_RW)) { in open_filesystem() 165 open_flags &= ~EXT2_FLAG_RW; in open_filesystem() 240 open_flags |= EXT2_FLAG_RW; in do_open_filesys() 1954 current_fs->flags & EXT2_FLAG_RW ? "write" : "only"); in do_show_debugfs_params() 2479 open_flags |= EXT2_FLAG_RW; in main()
|
D | util.c | 168 if (!(current_fs->flags & EXT2_FLAG_RW)) { in check_fs_read_write()
|
/external/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 57 int flags = EXT2_FLAG_RW; in main()
|
/external/e2fsprogs/resize/ |
D | main.c | 402 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()
|