Searched refs:cmdopts (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c1530 char *cmdopts = xstrdup(""), *fstype=0, *storage_path=0; local
1545 append_mount_options(&cmdopts, argv[i]+2);
1554 if (opt & 0x1) append_mount_options(&cmdopts, opt_o); // -o
1556 if (opt & 0x4) append_mount_options(&cmdopts, "ro"); // -r
1557 if (opt & 0x8) append_mount_options(&cmdopts, "rw"); // -w
1604 mtpair->mnt_opts = cmdopts;
1609 i = parse_mount_options(cmdopts, 0);
1665 append_mount_options(&(mtcur->mnt_opts), cmdopts);
1724 free(cmdopts);

Completed in 159 milliseconds