Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dnfs_fs_sb.h141 struct nfs_server { struct
143 struct list_head client_link; /* List of other nfs_server structs argument
146 struct list_head master_link; /* link in master servers list */
147 struct rpc_clnt * client; /* RPC client handle */
148 struct rpc_clnt * client_acl; /* ACL RPC client handle */
149 struct nlm_host *nlm_host; /* NLM client handle */
150 struct nfs_iostats __percpu *io_stats; /* I/O statistics */
151 wait_queue_head_t write_congestion_wait; /* wait until write congestion eases */
152 atomic_long_t writeback; /* number of writeback pages */
153 unsigned int write_congested;/* flag set when writeback gets too high */
[all …]
/linux-6.14.4/fs/nfs/
Dsuper.c216 int (*fn)(struct nfs_server *, void *), in __nfs_list_for_each_server()
244 int (*fn)(struct nfs_server *, void *), in nfs_client_for_each_server()
Dinternal.h144 } nfs_server; member