Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnfs3.h95 #define NFS_MNT3_VERSION 3 macro
Dnfs.h34 #define NFS_MNT3_VERSION 3 macro
/Linux-v4.19/fs/nfs/
Dmount_clnt.c184 if (info->version == NFS_MNT3_VERSION) in nfs_mount()
204 if (info->version != NFS_MNT3_VERSION || *info->auth_flav_len == 0) { in nfs_mount()
272 if (info->version == NFS_MNT3_VERSION) in nfs_umount()
Dsuper.c1412 option > NFS_MNT3_VERSION) in nfs_parse_mount_options()
1764 args->mount_server.version = NFS_MNT3_VERSION; in nfs_request_mount()