Home
last modified time | relevance | path

Searched refs:tmpmnt_opts (Results 1 – 2 of 2) sorted by relevance

/system/vold/fs/
DExt4.cpp79 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/
Dfs_mgr.cpp139 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()