Home
last modified time | relevance | path

Searched refs:cl_max_connect (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfs/
H A Dnfs4client.c420 clp->cl_max_connect : old->cl_max_connect; in nfs4_add_trunk()
1271 parent_client->cl_max_connect, in nfs4_create_referral_server()
1291 parent_client->cl_max_connect, in nfs4_create_referral_server()
1367 clp->cl_nconnect, clp->cl_max_connect, in nfs4_update_server()
H A Dsuper.c495 if (clp->cl_max_connect > 1) in nfs_show_mount_options()
496 seq_printf(m, ",max_connect=%u", clp->cl_max_connect); in nfs_show_mount_options()
/linux/include/linux/
H A Dnfs_fs_sb.h67 unsigned int cl_max_connect; /* max number of xprts allowed */
68 unsigned int cl_max_connect; /* max number of xprts allowed */ global() member
/linux/include/linux/sunrpc/
H A Dclnt.h94 unsigned int cl_max_connect; /* max number of transports not to the same IP */ member
/linux/net/sunrpc/
H A Dclnt.c666 new->cl_max_connect = clnt->cl_max_connect; in __rpc_clone_client()
2958 int max_connect = clnt->cl_max_connect; in rpc_clnt_test_and_add_xprt()