Lines Matching refs:hostname
839 kfree(ctx->mount_server.hostname); in nfs_fs_context_parse_param()
840 ctx->mount_server.hostname = param->string; in nfs_fs_context_parse_param()
987 kfree(ctx->nfs_server.hostname); in nfs_parse_source()
990 ctx->nfs_server.hostname = kmemdup_nul(dev_name, len, GFP_KERNEL); in nfs_parse_source()
991 if (!ctx->nfs_server.hostname) in nfs_parse_source()
1124 ctx->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL); in nfs23_parse_monolithic()
1125 if (!ctx->nfs_server.hostname) in nfs23_parse_monolithic()
1232 struct compat_nfs_string hostname; member
1251 compat_nfs_string(&data->hostname, &compat->hostname); in nfs4_compat_mount_data_conv()
1316 c = strndup_user(data->hostname.data, NFS4_MAXNAMLEN); in nfs4_parse_monolithic()
1319 ctx->nfs_server.hostname = c; in nfs4_parse_monolithic()
1532 ctx->mount_server.hostname = NULL; in nfs_fs_context_dup()
1534 ctx->nfs_server.hostname = NULL; in nfs_fs_context_dup()
1551 kfree(ctx->mount_server.hostname); in nfs_fs_context_free()
1553 kfree(ctx->nfs_server.hostname); in nfs_fs_context_free()