Searched refs:EXT2_FLAG_RW (Results 1 – 23 of 23) sorted by relevance
/external/e2fsprogs/misc/ |
D | tune2fs.c | 210 retval = ext2fs_open(journal_path, EXT2_FLAG_RW| in remove_journal_device() 669 retval = ext2fs_open(journal_device, EXT2_FLAG_RW| in add_journal() 833 open_flag |= EXT2_FLAG_RW; in parse_e2label_options() 897 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 908 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 924 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 928 open_flag |= EXT2_FLAG_RW; in parse_tune2fs_options() 951 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 983 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() 988 open_flag = EXT2_FLAG_RW; in parse_tune2fs_options() [all …]
|
D | mke2fs.c | 2655 retval = ext2fs_open(journal_device, EXT2_FLAG_RW| in main()
|
/external/e2fsprogs/lib/ext2fs/ |
D | openfs.c | 133 if (flags & EXT2_FLAG_RW) in ext2fs_open2() 236 if ((flags & EXT2_FLAG_RW) && in ext2fs_open2() 401 if (fs->flags & EXT2_FLAG_RW) in ext2fs_open2() 407 (flags & (EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE))) { in ext2fs_open2() 468 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW | in ext2fs_rewrite_to_io()
|
D | mmp.c | 187 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_mmp_clear() 285 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_mmp_start() 335 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_stop() 374 !(fs->flags & EXT2_FLAG_RW) || (fs->flags & EXT2_FLAG_SKIP_MMP)) in ext2fs_mmp_update()
|
D | unlink.c | 82 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_unlink()
|
D | expanddir.c | 98 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_expand_dir()
|
D | extent.c | 719 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_fix_parents() 773 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_replace() 840 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_node_split() 1059 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_insert() 1170 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_set_bmap() 1467 if (!(handle->fs->flags & EXT2_FLAG_RW)) in ext2fs_extent_delete()
|
D | link.c | 123 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_link()
|
D | rw_bitmaps.c | 45 if (!(fs->flags & EXT2_FLAG_RW)) in write_bitmaps()
|
D | closefs.c | 452 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) { in ext2fs_close2()
|
D | fileio.c | 48 !(fs->flags & EXT2_FLAG_RW)) in ext2fs_file_open2()
|
D | initialize.c | 114 fs->flags = flags | EXT2_FLAG_RW; in ext2fs_initialize()
|
D | mkjournal.c | 615 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0, in main()
|
D | inode.c | 664 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_write_inode_full()
|
D | nt_io.c | 1152 …if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->… in nt_open()
|
D | ext2fs.h | 173 #define EXT2_FLAG_RW 0x01 macro
|
/external/e2fsprogs/debugfs/ |
D | util.c | 167 if (!(current_fs->flags & EXT2_FLAG_RW)) { in check_fs_read_write()
|
D | debugfs.c | 88 if (catastrophic && (open_flags & EXT2_FLAG_RW)) { in open_filesystem() 91 open_flags &= ~EXT2_FLAG_RW; in open_filesystem() 158 open_flags |= EXT2_FLAG_RW; in do_open_filesys() 2047 current_fs->flags & EXT2_FLAG_RW ? "write" : "only"); in do_show_debugfs_params() 2448 open_flags |= EXT2_FLAG_RW; in main()
|
/external/e2fsprogs/resize/ |
D | main.c | 308 io_flags = EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE; in main()
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 793 if (!(fs->flags & EXT2_FLAG_RW)) in e2fsck_expand_directory()
|
D | journal.c | 906 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW, in e2fsck_run_ext3_journal()
|
D | unix.c | 1263 flags |= EXT2_FLAG_RW; in main()
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 196 @item EXT2_FLAG_RW
|