Searched refs:compat_nfs_string (Results 1 – 1 of 1) sorted by relevance
1055 struct compat_nfs_string { struct1060 static inline void compat_nfs_string(struct nfs_string *dst, in compat_nfs_string() argument1061 struct compat_nfs_string *src) in compat_nfs_string()1078 struct compat_nfs_string client_addr;1079 struct compat_nfs_string mnt_path;1080 struct compat_nfs_string hostname;1099 compat_nfs_string(&data->hostname, &compat->hostname); in nfs4_compat_mount_data_conv()1100 compat_nfs_string(&data->mnt_path, &compat->mnt_path); in nfs4_compat_mount_data_conv()1101 compat_nfs_string(&data->client_addr, &compat->client_addr); in nfs4_compat_mount_data_conv()