Lines Matching defs:nfs_client
44387 struct nfs_client *nfs_client; member
44476 struct nfs_client { struct
44477 refcount_t cl_count;
44478 atomic_t cl_mds_count;
44479 int cl_cons_state;
44480 long unsigned int cl_res_state;
44481 long unsigned int cl_flags;
44482 struct __kernel_sockaddr_storage cl_addr;
44483 size_t cl_addrlen;
44484 char *cl_hostname;
44485 char *cl_acceptor;
44486 struct list_head cl_share_link;
44487 struct list_head cl_superblocks;
44488 struct rpc_clnt *cl_rpcclient;
44489 const struct nfs_rpc_ops *rpc_ops;
44490 int cl_proto;
44491 struct nfs_subversion *cl_nfs_mod;
44492 u32 cl_minorversion;
44493 unsigned int cl_nconnect;
44494 unsigned int cl_max_connect;
44495 const char *cl_principal;
44496 struct list_head cl_ds_clients;
44497 u64 cl_clientid;
44498 nfs4_verifier cl_confirm;
44499 long unsigned int cl_state;
44500 spinlock_t cl_lock;
44501 long unsigned int cl_lease_time;
44502 long unsigned int cl_last_renewal;
44503 struct delayed_work cl_renewd;
44504 struct rpc_wait_queue cl_rpcwaitq;
44505 struct idmap *cl_idmap;
44506 const char *cl_owner_id;
44507 u32 cl_cb_ident;
44508 const struct nfs4_minor_version_ops *cl_mvops;
44509 long unsigned int cl_mig_gen;
44510 struct nfs4_slot_table *cl_slot_tbl;
44511 u32 cl_seqid;
44512 u32 cl_exchange_flags;
44513 struct nfs4_session *cl_session;
44514 bool cl_preserve_clid;
44515 struct nfs41_server_owner *cl_serverowner;
44516 struct nfs41_server_scope *cl_serverscope;
44517 struct nfs41_impl_id *cl_implid;
44518 long unsigned int cl_sp4_flags;
44519 wait_queue_head_t cl_lock_waitq;
44520 char cl_ipaddr[48];
44521 struct fscache_cookie *fscache;
44522 struct net *cl_net;
44523 struct list_head pending_cb_stateids;