Searched defs:nfs_server (Results 1 – 2 of 2) sorted by relevance
141 struct nfs_server { struct143 struct list_head client_link; /* List of other nfs_server structs argument146 struct list_head master_link; /* link in master servers list */147 struct rpc_clnt * client; /* RPC client handle */148 struct rpc_clnt * client_acl; /* ACL RPC client handle */149 struct nlm_host *nlm_host; /* NLM client handle */150 struct nfs_iostats __percpu *io_stats; /* I/O statistics */151 wait_queue_head_t write_congestion_wait; /* wait until write congestion eases */152 atomic_long_t writeback; /* number of writeback pages */153 unsigned int write_congested;/* flag set when writeback gets too high */[all …]
144 } nfs_server; member