Searched defs:nfs_server (Results 1 – 3 of 3) sorted by relevance
122 struct nfs_server { struct124 struct list_head client_link; /* List of other nfs_server structs argument127 struct list_head master_link; /* link in master servers list */128 struct rpc_clnt * client; /* RPC client handle */129 struct rpc_clnt * client_acl; /* ACL RPC client handle */130 struct nlm_host *nlm_host; /* NLM client handle */131 struct nfs_iostats __percpu *io_stats; /* I/O statistics */132 struct backing_dev_info backing_dev_info;133 atomic_long_t writeback; /* number of writeback pages */134 int flags; /* various flags */[all …]
46 } nfs_server; member
114 } nfs_server; member