Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs_fs_sb.h130 struct nfs_server { struct
132 struct list_head client_link; /* List of other nfs_server structs argument
135 struct list_head master_link; /* link in master servers list */
136 struct rpc_clnt * client; /* RPC client handle */
137 struct rpc_clnt * client_acl; /* ACL RPC client handle */
138 struct nlm_host *nlm_host; /* NLM client handle */
139 struct nfs_iostats __percpu *io_stats; /* I/O statistics */
140 atomic_long_t writeback; /* number of writeback pages */
141 int flags; /* various flags */
142 unsigned int caps; /* server capabilities */
[all …]
/linux-4.19.296/fs/nfs/
Dfscache.h46 } nfs_server; member
Dinternal.h124 } nfs_server; member