Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnfs3.h95 #define NFS_MNT3_VERSION 3 macro
Dnfs.h34 #define NFS_MNT3_VERSION 3 macro
/Linux-v5.4/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()
274 if (info->version == NFS_MNT3_VERSION) in nfs_umount()
Dsuper.c1428 option > NFS_MNT3_VERSION) in nfs_parse_mount_options()
1784 args->mount_server.version = NFS_MNT3_VERSION; in nfs_request_mount()