Lines Matching refs:hostname
850 kfree(ctx->mount_server.hostname); in nfs_fs_context_parse_param()
851 ctx->mount_server.hostname = param->string; in nfs_fs_context_parse_param()
998 kfree(ctx->nfs_server.hostname); in nfs_parse_source()
1001 ctx->nfs_server.hostname = kmemdup_nul(dev_name, len, GFP_KERNEL); in nfs_parse_source()
1002 if (!ctx->nfs_server.hostname) in nfs_parse_source()
1138 ctx->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL); in nfs23_parse_monolithic()
1139 if (!ctx->nfs_server.hostname) in nfs23_parse_monolithic()
1246 struct compat_nfs_string hostname; member
1265 compat_nfs_string(&data->hostname, &compat->hostname); in nfs4_compat_mount_data_conv()
1330 c = strndup_user(data->hostname.data, NFS4_MAXNAMLEN); in nfs4_parse_monolithic()
1333 ctx->nfs_server.hostname = c; in nfs4_parse_monolithic()
1546 ctx->mount_server.hostname = NULL; in nfs_fs_context_dup()
1548 ctx->nfs_server.hostname = NULL; in nfs_fs_context_dup()
1565 kfree(ctx->mount_server.hostname); in nfs_fs_context_free()
1567 kfree(ctx->nfs_server.hostname); in nfs_fs_context_free()