Searched refs:nfs_mount_version (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.c637 #define MAX_NFSPROT ((nfs_mount_version >= 4) ? 3 : 2)
640 * nfs_mount_version according to the sources seen at compile time.
642 static int nfs_mount_version; variable
654 * nfs_mount_version: version this source and running kernel can handle
662 nfs_mount_version = 4; /* default */
667 nfs_mount_version = 1;
671 nfs_mount_version = 3;
978 if (nfs_mount_version >= 2)
1040 if (nfs_mount_version >= 3)
1058 if (nfs_mount_version >
[all...]

Completed in 105 milliseconds