Searched refs:vfsflags (Results 1 - 2 of 2) 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);
261 if (!rc || (vfsflags&MS_RDONLY) || (errno!=EACCES && errno!=EROFS))
265 vfsflags |= MS_RDONLY;
276 if (ENABLE_FEATURE_MTAB_SUPPORT && useMtab && !rc && !(vfsflags & MS_REMOUNT)) {
289 if (mount_options[i].flags > 0 && (mount_options[i].flags & vfsflags))
765 static int nfsmount(struct mntent *mp, int vfsflags, char *filteropts) argument
1078 if (vfsflags & MS_REMOUNT)
1339 retval = mount_it_now(mp, vfsflags, (char*)&data);
1364 int nfsmount(struct mntent *mp, int vfsflags, cha
1372 int rc = -1, vfsflags; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c78 DWORD vfsflags; local
101 NULL, &vfnsize, &vfsflags,
120 DWORD vfsflags; local
143 NULL, &vfnsize, &vfsflags,

Completed in 203 milliseconds