Searched defs:nfs_server (Results 1 – 3 of 3) sorted by relevance
93 struct nfs_server { struct95 struct list_head client_link; /* List of other nfs_server structs argument98 struct list_head master_link; /* link in master servers list */99 struct rpc_clnt * client; /* RPC client handle */100 struct rpc_clnt * client_acl; /* ACL RPC client handle */101 struct nlm_host *nlm_host; /* NLM client handle */102 struct nfs_iostats __percpu *io_stats; /* I/O statistics */103 struct backing_dev_info backing_dev_info;104 atomic_long_t writeback; /* number of writeback pages */105 int flags; /* various flags */[all …]
46 } nfs_server; member
123 } nfs_server; member