Searched refs:mount_server (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/nfs/
H A Dfs_context.c365 if (ctx->mount_server.protocol == XPRT_TRANSPORT_UDP ||
366 ctx->mount_server.protocol == XPRT_TRANSPORT_TCP)
370 ctx->mount_server.protocol = XPRT_TRANSPORT_UDP;
374 ctx->mount_server.protocol = XPRT_TRANSPORT_TCP;
719 ctx->mount_server.port = result.uint_32;
725 ctx->mount_server.version = result.uint_32;
808 ctx->mount_server.protocol = XPRT_TRANSPORT_UDP;
814 ctx->mount_server.protocol = XPRT_TRANSPORT_TCP;
840 kfree(ctx->mount_server.hostname);
841 ctx->mount_server
[all...]
H A Dsuper.c841 .sap = &ctx->mount_server._address,
843 .protocol = ctx->mount_server.protocol,
852 if (ctx->mount_server.version == 0) {
855 ctx->mount_server.version = NFS_MNT3_VERSION;
858 ctx->mount_server.version = NFS_MNT_VERSION;
861 request.version = ctx->mount_server.version;
863 if (ctx->mount_server.hostname)
864 request.hostname = ctx->mount_server.hostname;
871 if (ctx->mount_server.address.sa_family == AF_UNSPEC) {
874 ctx->mount_server
[all...]
H A Dclient.c744 /* Preserve the values of mount_server-related mount options */
745 if (ctx->mount_server.addrlen) {
746 memcpy(&server->mountd_address, &ctx->mount_server.address,
747 ctx->mount_server.addrlen);
748 server->mountd_addrlen = ctx->mount_server.addrlen;
750 server->mountd_version = ctx->mount_server.version;
751 server->mountd_port = ctx->mount_server.port;
752 server->mountd_protocol = ctx->mount_server.protocol;
H A Dinternal.h126 } mount_server; member in struct:nfs_fs_context

Completed in 118 milliseconds