Home | History | Annotate | Download | only in init

Lines Matching refs:mount_flags

356 } mount_flags[] = {
388 for (i = 0; mount_flags[i].name; i++) {
389 if (!args[na].compare(mount_flags[i].name)) {
390 flags |= mount_flags[i].flag;
395 if (!mount_flags[i].name) {