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 */
150 unsigned int clone_blksize; /* granularity of a CLONE operation */
154 struct nfs_fsid fsid;
155 __u64 maxfilesize; /* maximum file size */
156 struct timespec time_delta; /* smallest time granularity */
157 unsigned long mount_time; /* when this fs was mounted */
158 struct super_block *super; /* VFS super block */
159 dev_t s_dev; /* superblock dev numbers */
160 struct nfs_auth_info auth_info; /* parsed auth flavors */
163 struct nfs_fscache_key *fscache_key; /* unique key for superblock */
164 struct fscache_cookie *fscache; /* superblock cookie */
167 u32 pnfs_blksize; /* layout_blksize attr */
169 u32 attr_bitmask[3];/* V4 bitmask representing the set
172 u32 attr_bitmask_nl[3];
177 u32 exclcreat_bitmask[3];
182 u32 cache_consistency_bitmask[3];
187 u32 acl_bitmask; /* V4 bitmask representing the ACEs
211 void (*destroy)(struct nfs_server *); argument
213 atomic_t active; /* Keep trace of any activity to this server */
216 struct sockaddr_storage mountd_address;
217 size_t mountd_addrlen;
218 u32 mountd_version;
219 unsigned short mountd_port;
220 unsigned short mountd_protocol;