Home
last modified time | relevance | path

Searched refs:NFS_MNT3_VERSION (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dnfs3.h94 #define NFS_MNT3_VERSION 3 macro
Dnfs.h32 #define NFS_MNT3_VERSION 3 macro
/linux-4.4.14/fs/nfs/
Dmount_clnt.c183 if (info->version == NFS_MNT3_VERSION) in nfs_mount()
203 if (info->version != NFS_MNT3_VERSION || *info->auth_flav_len == 0) { in nfs_mount()
271 if (info->version == NFS_MNT3_VERSION) in nfs_umount()
Dsuper.c1402 option > NFS_MNT3_VERSION) in nfs_parse_mount_options()
1735 args->mount_server.version = NFS_MNT3_VERSION; in nfs_request_mount()