Lines Matching refs:hostname
780 kfree(ctx->mount_server.hostname); in nfs_fs_context_parse_param()
781 ctx->mount_server.hostname = param->string; in nfs_fs_context_parse_param()
923 kfree(ctx->nfs_server.hostname); in nfs_parse_source()
926 ctx->nfs_server.hostname = kmemdup_nul(dev_name, len, GFP_KERNEL); in nfs_parse_source()
927 if (!ctx->nfs_server.hostname) in nfs_parse_source()
1060 ctx->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL); in nfs23_parse_monolithic()
1061 if (!ctx->nfs_server.hostname) in nfs23_parse_monolithic()
1168 struct compat_nfs_string hostname; member
1187 compat_nfs_string(&data->hostname, &compat->hostname); in nfs4_compat_mount_data_conv()
1252 c = strndup_user(data->hostname.data, NFS4_MAXNAMLEN); in nfs4_parse_monolithic()
1255 ctx->nfs_server.hostname = c; in nfs4_parse_monolithic()
1468 ctx->mount_server.hostname = NULL; in nfs_fs_context_dup()
1470 ctx->nfs_server.hostname = NULL; in nfs_fs_context_dup()
1487 kfree(ctx->mount_server.hostname); in nfs_fs_context_free()
1489 kfree(ctx->nfs_server.hostname); in nfs_fs_context_free()