Searched refs:mount_flags (Results 1 – 1 of 1) sorted by relevance
260 } mount_flags[] = { variable284 for (i = 0; mount_flags[i].name; i++) { in do_mount()285 if (!strcmp(args[n], mount_flags[i].name)) { in do_mount()286 flags |= mount_flags[i].flag; in do_mount()291 if (!mount_flags[i].name) { in do_mount()