Searched refs:append_mount_options (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.c124 static void append_mount_options(char **oldopts, const char *newopts) function
290 append_mount_options(&(mp->mnt_opts), mount_options[i].name);
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
1665 append_mount_options(&(mtcur->mnt_opts), cmdopts);

Completed in 117 milliseconds