Home
last modified time | relevance | path

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

/aosp12/system/vold/fs/
H A DExt4.cpp73 char* tmpmnt_opts = (char*)"nomblk_io_submit,errors=remount-ro"; in Check() local
88 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp178 auto tmpmnt_opts = "errors=remount-ro"s; in check_fs() local
206 tmpmnt_opts += ",nomblk_io_submit"; in check_fs()
209 tmpmnt_opts.c_str()); in check_fs()