Searched refs:mount_flags (Results 1 – 2 of 2) sorted by relevance
356 } mount_flags[] = { variable388 for (i = 0; mount_flags[i].name; i++) { in do_mount()389 if (!args[na].compare(mount_flags[i].name)) { in do_mount()390 flags |= mount_flags[i].flag; in do_mount()395 if (!mount_flags[i].name) { in do_mount()
43 static struct flag_list mount_flags[] = { variable344 fstab->recs[cnt].flags = parse_flags(p, mount_flags, NULL, in fs_mgr_read_fstab()