Searched refs:tmpmnt_opts (Results 1 – 2 of 2) sorted by relevance
/system/vold/fs/ |
D | Ext4.cpp | 79 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro"; in Check() local 94 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 139 char tmpmnt_opts[64] = "errors=remount-ro"; in check_fs() local 165 strlcat(tmpmnt_opts, ",nomblk_io_submit", sizeof(tmpmnt_opts)); in check_fs() 167 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts); in check_fs()
|