Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs_fs_sb.h122 struct nfs_server { struct
124 struct list_head client_link; /* List of other nfs_server structs argument
127 struct list_head master_link; /* link in master servers list */
128 struct rpc_clnt * client; /* RPC client handle */
129 struct rpc_clnt * client_acl; /* ACL RPC client handle */
130 struct nlm_host *nlm_host; /* NLM client handle */
131 struct nfs_iostats __percpu *io_stats; /* I/O statistics */
132 struct backing_dev_info backing_dev_info;
133 atomic_long_t writeback; /* number of writeback pages */
134 int flags; /* various flags */
[all …]
/linux-4.1.27/fs/nfs/
Dfscache.h46 } nfs_server; member
Dinternal.h114 } nfs_server; member