Lines Matching refs:mount_options
278 // mount(fs_type, partition_type, location, mount_point, mount_options)295 std::string mount_options;298 mount_options = args[4];333 MS_NOATIME | MS_NODEV | MS_NODIRATIME, mount_options.c_str()) < 0) {