Lines Matching refs:nfss
1450 struct nfs_server *nfss = fc->root->d_sb->s_fs_info;
1451 struct net *net = nfss->nfs_client->cl_net;
1453 ctx->flags = nfss->flags;
1454 ctx->rsize = nfss->rsize;
1455 ctx->wsize = nfss->wsize;
1456 ctx->retrans = nfss->client->cl_timeout->to_retries;
1457 ctx->selected_flavor = nfss->client->cl_auth->au_flavor;
1458 ctx->acregmin = nfss->acregmin / HZ;
1459 ctx->acregmax = nfss->acregmax / HZ;
1460 ctx->acdirmin = nfss->acdirmin / HZ;
1461 ctx->acdirmax = nfss->acdirmax / HZ;
1462 ctx->timeo = 10U * nfss->client->cl_timeout->to_initval / HZ;
1463 ctx->nfs_server.port = nfss->port;
1464 ctx->nfs_server.addrlen = nfss->nfs_client->cl_addrlen;
1465 ctx->version = nfss->nfs_client->rpc_ops->version;
1466 ctx->minorversion = nfss->nfs_client->cl_minorversion;
1468 memcpy(&ctx->nfs_server.address, &nfss->nfs_client->cl_addr,
1476 ctx->nfs_mod = nfss->nfs_client->cl_nfs_mod;