Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnfs3.h94 #define NFS_MNT3_VERSION 3 macro
Dnfs.h30 #define NFS_MNT3_VERSION 3 macro
/linux-4.1.27/fs/nfs/
Dmount_clnt.c185 if (info->version == NFS_MNT3_VERSION) in nfs_mount()
205 if (info->version != NFS_MNT3_VERSION || *info->auth_flav_len == 0) { in nfs_mount()
273 if (info->version == NFS_MNT3_VERSION) in nfs_umount()
Dsuper.c1399 option > NFS_MNT3_VERSION) in nfs_parse_mount_options()
1732 args->mount_server.version = NFS_MNT3_VERSION; in nfs_request_mount()