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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dmatch_fstype.c15 int match_fstype(const struct mntent *mt, const char *fstype) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dumount.c66 if (fstype && match_fstype(&me, fstype))
H A Dmount.c1694 if (fstype && match_fstype(mtcur, fstype)) continue;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h733 extern int match_fstype(const struct mntent *mt, const char *fstypes);

Completed in 290 milliseconds