Searched refs:mount_flags (Results 1 – 2 of 2) sorted by relevance
365 } mount_flags[] = { variable394 for (i = 0; mount_flags[i].name; i++) { in do_mount()395 if (!args[na].compare(mount_flags[i].name)) { in do_mount()396 flags |= mount_flags[i].flag; in do_mount()401 if (!mount_flags[i].name) { in do_mount()
174 } mount_flags[] = { in TEST() local192 for (auto f = 0; mount_flags[f].name; ++f) { in TEST()193 if (mount_flags[f].flag & entry.flags) { in TEST()194 fs_options.emplace(mount_flags[f].name); in TEST()