Home
last modified time | relevance | path

Searched defs:nfs_server (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dnfs_fs_sb.h134 struct nfs_server { struct
136 struct list_head client_link; /* List of other nfs_server structs argument
139 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 …]
/kernel/linux/linux-5.10/fs/nfs/
Dsuper.c197 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()
Dfscache.h42 } nfs_server; member
Dinternal.h130 } nfs_server; member