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()
966 ctx->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL); in nfs23_parse_monolithic()
967 if (!ctx->nfs_server.hostname) in nfs23_parse_monolithic()
1068 struct compat_nfs_string hostname; member
1087 compat_nfs_string(&data->hostname, &compat->hostname); in nfs4_compat_mount_data_conv()
1151 c = strndup_user(data->hostname.data, NFS4_MAXNAMLEN); in nfs4_parse_monolithic()
1154 ctx->nfs_server.hostname = c; in nfs4_parse_monolithic()
1375 ctx->mount_server.hostname = NULL; in nfs_fs_context_dup()
1377 ctx->nfs_server.hostname = NULL; in nfs_fs_context_dup()
1394 kfree(ctx->mount_server.hostname); in nfs_fs_context_free()
1396 kfree(ctx->nfs_server.hostname); in nfs_fs_context_free()