Searched refs:filteropts (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | mount.c | 702 static int mount_it_now(struct mntent *mp, unsigned long vfsflags, char *filteropts) in mount_it_now() argument 712 vfsflags, filteropts); in mount_it_now() 720 vfsflags, filteropts); in mount_it_now() 737 if (filteropts) { in mount_it_now() 739 args[rc++] = filteropts; in mount_it_now() 1247 static NOINLINE int nfsmount(struct mntent *mp, unsigned long vfsflags, char *filteropts) in nfsmount() argument 1304 filteropts = xstrdup(filteropts); /* going to trash it later... */ in nfsmount() 1377 …if (filteropts) for (opt = strtok_r(filteropts, ",", &tokstate); opt; opt = strtok_r(NULL, ",", &t… in nfsmount() 1869 free(filteropts); in nfsmount() 1879 static int nfsmount(struct mntent *mp, unsigned long vfsflags, char *filteropts) in nfsmount() argument [all …]
|