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