Home
last modified time | relevance | path

Searched refs:EXT2_FLAG_RW (Results 1 – 22 of 22) sorted by relevance

/external/e2fsprogs/misc/
Dtune2fs.c185 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 …]
Dmke2fs.c2193 retval = ext2fs_open(journal_device, EXT2_FLAG_RW| in main()
/external/e2fsprogs/lib/ext2fs/
Dopenfs.c120 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()
Dunlink.c82 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_unlink()
Dexpanddir.c89 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_expand_dir()
Dlink.c120 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_link()
Dextent.c721 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()
Dfileio.c47 !(fs->flags & EXT2_FLAG_RW)) in ext2fs_file_open2()
Dclosefs.c386 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) { in ext2fs_close()
Drw_bitmaps.c45 if (!(fs->flags & EXT2_FLAG_RW)) in write_bitmaps()
Dinitialize.c120 fs->flags = flags | EXT2_FLAG_RW; in ext2fs_initialize()
Dmkjournal.c564 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0, in main()
Dinode.c661 if (!(fs->flags & EXT2_FLAG_RW)) in ext2fs_write_inode_full()
Dnt_io.c1153 …if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->… in nt_open()
Dext2fs.h158 #define EXT2_FLAG_RW 0x01 macro
/external/e2fsprogs/debugfs/
Dutil.c166 if (!(current_fs->flags & EXT2_FLAG_RW)) { in check_fs_read_write()
Ddebugfs.c76 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/
Dmain.c306 io_flags = EXT2_FLAG_RW | EXT2_FLAG_EXCLUSIVE; in main()
/external/e2fsprogs/e2fsck/
Dpass3.c758 if (!(fs->flags & EXT2_FLAG_RW)) in e2fsck_expand_directory()
Djournal.c882 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW, in e2fsck_run_ext3_journal()
Dunix.c1024 flags |= EXT2_FLAG_RW; in main()
/external/e2fsprogs/doc/
Dlibext2fs.texinfo199 @item EXT2_FLAG_RW