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