Searched refs:filteropts (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.c250 static int mount_it_now(struct mntent *mp, int vfsflags, char *filteropts) argument
260 vfsflags, filteropts);
765 static int nfsmount(struct mntent *mp, int vfsflags, char *filteropts) argument
809 /* NB: hostname, mounthost, filteropts must be free()d prior to return */
811 filteropts = xstrdup(filteropts); /* going to trash it later... */
885 if (filteropts) for (opt = strtok(filteropts, ","); opt; opt = strtok(NULL, ",")) {
1357 free(filteropts);
1364 int nfsmount(struct mntent *mp, int vfsflags, char *filteropts);
1373 char *loopFile = 0, *filteropts = 0; local
[all...]

Completed in 108 milliseconds