Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dnfs3.h101 #define NFS_MNT3_VERSION 3 macro
Dnfs.h34 #define NFS_MNT3_VERSION 3 macro
/Linux-v6.6/fs/nfs/
Dmount_clnt.c188 if (info->version == NFS_MNT3_VERSION) in nfs_mount()
208 if (info->version != NFS_MNT3_VERSION || *info->auth_flav_len == 0) { in nfs_mount()
277 if (info->version == NFS_MNT3_VERSION) in nfs_umount()
Dsuper.c842 ctx->mount_server.version = NFS_MNT3_VERSION; in nfs_request_mount()
Dfs_context.c722 result.uint_32 > NFS_MNT3_VERSION) in nfs_fs_context_parse_param()