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

/system/vold/fs/
H A DExt4.cpp79 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro"; local
94 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts);
/system/core/fs_mgr/
H A Dfs_mgr.cpp139 char tmpmnt_opts[64] = "errors=remount-ro"; local
165 strlcat(tmpmnt_opts, ",nomblk_io_submit", sizeof(tmpmnt_opts));
167 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);

Completed in 52 milliseconds