Searched defs:nfs_server (Results 1 – 4 of 4) sorted by relevance
135 struct nfs_server { struct137 struct list_head client_link; /* List of other nfs_server structs argument140 struct list_head master_link; /* link in master servers list */141 struct rpc_clnt * client; /* RPC client handle */142 struct rpc_clnt * client_acl; /* ACL RPC client handle */143 struct nlm_host *nlm_host; /* NLM client handle */144 struct nfs_iostats __percpu *io_stats; /* I/O statistics */145 atomic_long_t writeback; /* number of writeback pages */146 unsigned int flags; /* various flags */160 unsigned int fattr_valid; /* Valid attributes */[all …]
205 int (*fn)(struct nfs_server *, void *), in __nfs_list_for_each_server()232 int (*fn)(struct nfs_server *, void *), in nfs_client_for_each_server()
42 } nfs_server; member
127 } nfs_server; member