Searched refs:tmpmnt_flags (Results 1 – 2 of 2) sorted by relevance
72 long tmpmnt_flags = MS_NOATIME | MS_NOEXEC | MS_NOSUID; in Check() local88 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check()
176 long tmpmnt_flags = MS_NOATIME | MS_NOEXEC | MS_NOSUID; in check_fs() local207 ret = mount(blk_device.c_str(), target.c_str(), fs_type.c_str(), tmpmnt_flags, in check_fs()