Lines Matching refs:hostname
719 kfree(ctx->mount_server.hostname); in nfs_fs_context_parse_param()
720 ctx->mount_server.hostname = param->string; in nfs_fs_context_parse_param()
839 kfree(ctx->nfs_server.hostname); in nfs_parse_source()
842 ctx->nfs_server.hostname = kmemdup_nul(dev_name, len, GFP_KERNEL); in nfs_parse_source()
843 if (!ctx->nfs_server.hostname) in nfs_parse_source()
975 ctx->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL); in nfs23_parse_monolithic()
976 if (!ctx->nfs_server.hostname) in nfs23_parse_monolithic()
1080 struct compat_nfs_string hostname; member
1099 compat_nfs_string(&data->hostname, &compat->hostname); in nfs4_compat_mount_data_conv()
1163 c = strndup_user(data->hostname.data, NFS4_MAXNAMLEN); in nfs4_parse_monolithic()
1166 ctx->nfs_server.hostname = c; in nfs4_parse_monolithic()
1387 ctx->mount_server.hostname = NULL; in nfs_fs_context_dup()
1389 ctx->nfs_server.hostname = NULL; in nfs_fs_context_dup()
1406 kfree(ctx->mount_server.hostname); in nfs_fs_context_free()
1408 kfree(ctx->nfs_server.hostname); in nfs_fs_context_free()