Home
last modified time | relevance | path

Searched defs:nfs_server (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dnfs_fs_sb.h141 struct nfs_server { struct
143 struct list_head client_link; /* List of other nfs_server structs argument
146 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 …]
/linux/fs/nfs/
H A Dinternal.h144 } nfs_server; member