Lines Matching refs:mount_server
295 if (ctx->mount_server.protocol == XPRT_TRANSPORT_UDP ||
296 ctx->mount_server.protocol == XPRT_TRANSPORT_TCP)
300 ctx->mount_server.protocol = XPRT_TRANSPORT_UDP;
304 ctx->mount_server.protocol = XPRT_TRANSPORT_TCP;
617 ctx->mount_server.port = result.uint_32;
623 ctx->mount_server.version = result.uint_32;
690 ctx->mount_server.protocol = XPRT_TRANSPORT_UDP;
696 ctx->mount_server.protocol = XPRT_TRANSPORT_TCP;
719 kfree(ctx->mount_server.hostname);
720 ctx->mount_server.hostname = param->string;
725 &ctx->mount_server.address,
726 sizeof(ctx->mount_server._address));
729 ctx->mount_server.addrlen = len;
1262 if (ctx->mount_server.addrlen) {
1263 if (ctx->mountfamily != ctx->mount_server.address.sa_family)
1387 ctx->mount_server.hostname = NULL;
1406 kfree(ctx->mount_server.hostname);
1446 ctx->mount_server.port = NFS_UNSPEC_PORT;