Searched defs:nfs_server (Results 1 – 7 of 7) sorted by relevance
134 struct nfs_server { struct136 struct list_head client_link; /* List of other nfs_server structs argument139 struct list_head master_link; /* link in master servers list */140 struct rpc_clnt * client; /* RPC client handle */141 struct rpc_clnt * client_acl; /* ACL RPC client handle */142 struct nlm_host *nlm_host; /* NLM client handle */143 struct nfs_iostats __percpu *io_stats; /* I/O statistics */144 atomic_long_t writeback; /* number of writeback pages */145 int flags; /* various flags */157 unsigned int caps; /* server capabilities */[all …]
132 struct nfs_server { struct134 struct list_head client_link; /* List of other nfs_server structs argument137 struct list_head master_link; /* link in master servers list */138 struct rpc_clnt * client; /* RPC client handle */139 struct rpc_clnt * client_acl; /* ACL RPC client handle */140 struct nlm_host *nlm_host; /* NLM client handle */141 struct nfs_iostats __percpu *io_stats; /* I/O statistics */142 atomic_long_t writeback; /* number of writeback pages */143 unsigned int write_congested;/* flag set when writeback gets too high */144 unsigned int flags; /* various flags */[all …]
197 int (*fn)(struct nfs_server *, void *), in __nfs_list_for_each_server()224 int (*fn)(struct nfs_server *, void *), in nfs_client_for_each_server()
42 } nfs_server; member
140 } nfs_server; member
210 int (*fn)(struct nfs_server *, void *), in __nfs_list_for_each_server()238 int (*fn)(struct nfs_server *, void *), in nfs_client_for_each_server()
141 } nfs_server; member