Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dfs_context.c1210 struct compat_nfs_string { struct
1215 static inline void compat_nfs_string(struct nfs_string *dst, in compat_nfs_string() function
1216 struct compat_nfs_string *src) in compat_nfs_string()
1233 struct compat_nfs_string client_addr;
1234 struct compat_nfs_string mnt_path;
1235 struct compat_nfs_string hostname;
1254 compat_nfs_string(&data->hostname, &compat->hostname); in nfs4_compat_mount_data_conv()
1255 compat_nfs_string(&data->mnt_path, &compat->mnt_path); in nfs4_compat_mount_data_conv()
1256 compat_nfs_string(&data->client_addr, &compat->client_addr); in nfs4_compat_mount_data_conv()