Lines Matching refs:nfss
1595 struct nfs_server *nfss = fc->root->d_sb->s_fs_info;
1596 struct net *net = nfss->nfs_client->cl_net;
1598 ctx->flags = nfss->flags;
1599 ctx->rsize = nfss->rsize;
1600 ctx->wsize = nfss->wsize;
1601 ctx->retrans = nfss->client->cl_timeout->to_retries;
1602 ctx->selected_flavor = nfss->client->cl_auth->au_flavor;
1603 ctx->acregmin = nfss->acregmin / HZ;
1604 ctx->acregmax = nfss->acregmax / HZ;
1605 ctx->acdirmin = nfss->acdirmin / HZ;
1606 ctx->acdirmax = nfss->acdirmax / HZ;
1607 ctx->timeo = 10U * nfss->client->cl_timeout->to_initval / HZ;
1608 ctx->nfs_server.port = nfss->port;
1609 ctx->nfs_server.addrlen = nfss->nfs_client->cl_addrlen;
1610 ctx->version = nfss->nfs_client->rpc_ops->version;
1611 ctx->minorversion = nfss->nfs_client->cl_minorversion;
1613 memcpy(&ctx->nfs_server._address, &nfss->nfs_client->cl_addr,
1621 ctx->nfs_mod = nfss->nfs_client->cl_nfs_mod;