Searched defs:nfs_server (Results 1 – 3 of 3) sorted by relevance
131 struct nfs_server { struct133 struct list_head client_link; /* List of other nfs_server structs argument136 struct list_head master_link; /* link in master servers list */137 struct rpc_clnt * client; /* RPC client handle */138 struct rpc_clnt * client_acl; /* ACL RPC client handle */139 struct nlm_host *nlm_host; /* NLM client handle */140 struct nfs_iostats __percpu *io_stats; /* I/O statistics */141 atomic_long_t writeback; /* number of writeback pages */142 int flags; /* various flags */153 unsigned int caps; /* server capabilities */[all …]
42 } nfs_server; member
119 } nfs_server; member