Lines Matching defs:nfs_server

130 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 unsigned int write_congested;/* flag set when writeback gets too high */
142 unsigned int flags; /* various flags */
157 unsigned int fattr_valid; /* Valid attributes */
158 unsigned int caps; /* server capabilities */
159 unsigned int rsize; /* read size */
160 unsigned int rpages; /* read size (in pages) */
161 unsigned int wsize; /* write size */
162 unsigned int wpages; /* write size (in pages) */
163 unsigned int wtmult; /* server disk block size */
164 unsigned int dtsize; /* readdir size */
165 unsigned short port; /* "port=" setting */
166 unsigned int bsize; /* server block size */
168 unsigned int gxasize; /* getxattr size */
169 unsigned int sxasize; /* setxattr size */
170 unsigned int lxasize; /* listxattr size */
172 unsigned int acregmin; /* attr cache timeouts */
173 unsigned int acregmax;
174 unsigned int acdirmin;
175 unsigned int acdirmax;
176 unsigned int namelen;
177 unsigned int options; /* extra options enabled by mount */
178 unsigned int clone_blksize; /* granularity of a CLONE operation */
183 change_attr_type;/* Description of change attribute */
185 struct nfs_fsid fsid;
186 __u64 maxfilesize; /* maximum file size */
187 struct timespec64 time_delta; /* smallest time granularity */
188 unsigned long mount_time; /* when this fs was mounted */
189 struct super_block *super; /* VFS super block */
190 dev_t s_dev; /* superblock dev numbers */
191 struct nfs_auth_info auth_info; /* parsed auth flavors */
194 struct fscache_volume *fscache; /* superblock cookie */
195 char *fscache_uniq; /* Uniquifier (or NULL) */
198 u32 pnfs_blksize; /* layout_blksize attr */
200 u32 attr_bitmask[3];/* V4 bitmask representing the set
203 u32 attr_bitmask_nl[3];
208 u32 exclcreat_bitmask[3];
213 u32 cache_consistency_bitmask[3];
218 u32 acl_bitmask; /* V4 bitmask representing the ACEs
244 void (*destroy)(struct nfs_server *); argument
246 atomic_t active; /* Keep trace of any activity to this server */
249 struct sockaddr_storage mountd_address;
250 size_t mountd_addrlen;
251 u32 mountd_version;
252 unsigned short mountd_port;
253 unsigned short mountd_protocol;
254 struct rpc_wait_queue uoc_rpcwaitq;
257 unsigned int read_hdrsize;
260 const struct cred *cred;
261 bool has_sec_mnt_opts;