Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnfs3.h101 #define NFS_MNT3_VERSION 3 macro
H A Dnfs.h34 #define NFS_MNT3_VERSION 3 macro
/linux/fs/nfs/
H A 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()