Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dnfs_fs_sb.h93 struct nfs_server { struct
95 struct list_head client_link; /* List of other nfs_server structs argument
98 struct list_head master_link; /* link in master servers list */
99 struct rpc_clnt * client; /* RPC client handle */
100 struct rpc_clnt * client_acl; /* ACL RPC client handle */
101 struct nlm_host *nlm_host; /* NLM client handle */
102 struct nfs_iostats __percpu *io_stats; /* I/O statistics */
103 struct backing_dev_info backing_dev_info;
104 atomic_long_t writeback; /* number of writeback pages */
105 int flags; /* various flags */
[all …]
/linux-3.3/fs/nfs/
Dfscache.h46 } nfs_server; member
Dinternal.h123 } nfs_server; member