Lines Matching defs:nfs_server

122 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 */
135 unsigned int caps; /* server capabilities */
136 unsigned int rsize; /* read size */
137 unsigned int rpages; /* read size (in pages) */
138 unsigned int wsize; /* write size */
139 unsigned int wpages; /* write size (in pages) */
140 unsigned int wtmult; /* server disk block size */
141 unsigned int dtsize; /* readdir size */
142 unsigned short port; /* "port=" setting */
143 unsigned int bsize; /* server block size */
144 unsigned int acregmin; /* attr cache timeouts */
145 unsigned int acregmax;
146 unsigned int acdirmin;
147 unsigned int acdirmax;
148 unsigned int namelen;
149 unsigned int options; /* extra options enabled by mount */
153 struct nfs_fsid fsid;
154 __u64 maxfilesize; /* maximum file size */
155 struct timespec time_delta; /* smallest time granularity */
156 unsigned long mount_time; /* when this fs was mounted */
157 struct super_block *super; /* VFS super block */
158 dev_t s_dev; /* superblock dev numbers */
159 struct nfs_auth_info auth_info; /* parsed auth flavors */
162 struct nfs_fscache_key *fscache_key; /* unique key for superblock */
163 struct fscache_cookie *fscache; /* superblock cookie */
166 u32 pnfs_blksize; /* layout_blksize attr */
168 u32 attr_bitmask[3];/* V4 bitmask representing the set
171 u32 attr_bitmask_nl[3];
176 u32 cache_consistency_bitmask[3];
181 u32 acl_bitmask; /* V4 bitmask representing the ACEs
205 void (*destroy)(struct nfs_server *); argument
207 atomic_t active; /* Keep trace of any activity to this server */
210 struct sockaddr_storage mountd_address;
211 size_t mountd_addrlen;
212 u32 mountd_version;
213 unsigned short mountd_port;
214 unsigned short mountd_protocol;