blob: 90e0624d806503b823f86b25bdb701379364260b [file] [log] [blame]
David Teiglandb3b94fa2006-01-16 16:50:04 +00001/*
2 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
Steven Whitehouse3a8a9a12006-05-18 15:09:15 -04003 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
David Teiglandb3b94fa2006-01-16 16:50:04 +00004 *
5 * This copyrighted material is made available to anyone wishing to use,
6 * modify, copy, or redistribute it subject to the terms and conditions
7 * of the GNU General Public License v.2.
8 */
9
10#ifndef __INCORE_DOT_H__
11#define __INCORE_DOT_H__
12
13#define DIO_FORCE 0x00000001
14#define DIO_CLEAN 0x00000002
15#define DIO_DIRTY 0x00000004
16#define DIO_START 0x00000008
17#define DIO_WAIT 0x00000010
18#define DIO_METADATA 0x00000020
19#define DIO_DATA 0x00000040
20#define DIO_RELEASE 0x00000080
21#define DIO_ALL 0x00000100
22
23struct gfs2_log_operations;
24struct gfs2_log_element;
25struct gfs2_bitmap;
26struct gfs2_rgrpd;
27struct gfs2_bufdata;
David Teiglandb3b94fa2006-01-16 16:50:04 +000028struct gfs2_glock_operations;
29struct gfs2_holder;
30struct gfs2_glock;
31struct gfs2_alloc;
32struct gfs2_inode;
33struct gfs2_file;
34struct gfs2_revoke;
35struct gfs2_revoke_replay;
David Teiglandb3b94fa2006-01-16 16:50:04 +000036struct gfs2_quota_data;
37struct gfs2_log_buf;
38struct gfs2_trans;
39struct gfs2_ail;
40struct gfs2_jdesc;
41struct gfs2_args;
42struct gfs2_tune;
43struct gfs2_gl_hash_bucket;
44struct gfs2_sbd;
45
46typedef void (*gfs2_glop_bh_t) (struct gfs2_glock *gl, unsigned int ret);
47
48/*
49 * Structure of operations that are associated with each
50 * type of element in the log.
51 */
52
53struct gfs2_log_operations {
54 void (*lo_add) (struct gfs2_sbd *sdp, struct gfs2_log_element *le);
55 void (*lo_incore_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
56 void (*lo_before_commit) (struct gfs2_sbd *sdp);
57 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_ail *ai);
58 void (*lo_before_scan) (struct gfs2_jdesc *jd,
59 struct gfs2_log_header *head, int pass);
60 int (*lo_scan_elements) (struct gfs2_jdesc *jd, unsigned int start,
61 struct gfs2_log_descriptor *ld, __be64 *ptr,
62 int pass);
63 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass);
Steven Whitehouseb09e5932006-04-07 11:17:32 -040064 const char *lo_name;
David Teiglandb3b94fa2006-01-16 16:50:04 +000065};
66
67struct gfs2_log_element {
68 struct list_head le_list;
Steven Whitehouseb09e5932006-04-07 11:17:32 -040069 const struct gfs2_log_operations *le_ops;
David Teiglandb3b94fa2006-01-16 16:50:04 +000070};
71
72struct gfs2_bitmap {
73 struct buffer_head *bi_bh;
74 char *bi_clone;
75 uint32_t bi_offset;
76 uint32_t bi_start;
77 uint32_t bi_len;
78};
79
80struct gfs2_rgrpd {
81 struct list_head rd_list; /* Link with superblock */
82 struct list_head rd_list_mru;
83 struct list_head rd_recent; /* Recently used rgrps */
84 struct gfs2_glock *rd_gl; /* Glock for this rgrp */
85 struct gfs2_rindex rd_ri;
86 struct gfs2_rgrp rd_rg;
87 uint64_t rd_rg_vn;
88 struct gfs2_bitmap *rd_bits;
89 unsigned int rd_bh_count;
Steven Whitehousef55ab262006-02-21 12:51:39 +000090 struct mutex rd_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +000091 uint32_t rd_free_clone;
92 struct gfs2_log_element rd_le;
93 uint32_t rd_last_alloc_data;
94 uint32_t rd_last_alloc_meta;
95 struct gfs2_sbd *rd_sbd;
96};
97
98enum gfs2_state_bits {
99 BH_Pinned = BH_PrivateStart,
Steven Whitehousef42faf42006-01-30 18:34:10 +0000100 BH_Escaped = BH_PrivateStart + 1,
David Teiglandb3b94fa2006-01-16 16:50:04 +0000101};
102
103BUFFER_FNS(Pinned, pinned)
104TAS_BUFFER_FNS(Pinned, pinned)
Steven Whitehousef42faf42006-01-30 18:34:10 +0000105BUFFER_FNS(Escaped, escaped)
106TAS_BUFFER_FNS(Escaped, escaped)
David Teiglandb3b94fa2006-01-16 16:50:04 +0000107
108struct gfs2_bufdata {
109 struct buffer_head *bd_bh;
110 struct gfs2_glock *bd_gl;
111
112 struct list_head bd_list_tr;
113 struct gfs2_log_element bd_le;
114
115 struct gfs2_ail *bd_ail;
116 struct list_head bd_ail_st_list;
117 struct list_head bd_ail_gl_list;
118};
119
David Teiglandb3b94fa2006-01-16 16:50:04 +0000120struct gfs2_glock_operations {
121 void (*go_xmote_th) (struct gfs2_glock * gl, unsigned int state,
122 int flags);
123 void (*go_xmote_bh) (struct gfs2_glock * gl);
124 void (*go_drop_th) (struct gfs2_glock * gl);
125 void (*go_drop_bh) (struct gfs2_glock * gl);
126 void (*go_sync) (struct gfs2_glock * gl, int flags);
127 void (*go_inval) (struct gfs2_glock * gl, int flags);
128 int (*go_demote_ok) (struct gfs2_glock * gl);
129 int (*go_lock) (struct gfs2_holder * gh);
130 void (*go_unlock) (struct gfs2_holder * gh);
131 void (*go_callback) (struct gfs2_glock * gl, unsigned int state);
132 void (*go_greedy) (struct gfs2_glock * gl);
133 int go_type;
134};
135
136enum {
137 /* Actions */
138 HIF_MUTEX = 0,
139 HIF_PROMOTE = 1,
140 HIF_DEMOTE = 2,
141 HIF_GREEDY = 3,
142
143 /* States */
144 HIF_ALLOCED = 4,
145 HIF_DEALLOC = 5,
146 HIF_HOLDER = 6,
147 HIF_FIRST = 7,
David Teiglandb3b94fa2006-01-16 16:50:04 +0000148 HIF_ABORTED = 9,
149};
150
151struct gfs2_holder {
152 struct list_head gh_list;
153
154 struct gfs2_glock *gh_gl;
155 struct task_struct *gh_owner;
156 unsigned int gh_state;
Steven Whitehousefe1bded2006-04-18 10:09:15 -0400157 unsigned gh_flags;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000158
159 int gh_error;
David Woodhouse695165d2006-06-20 13:44:27 +0100160 unsigned long gh_iflags;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000161 struct completion gh_wait;
Steven Whitehoused0dc80d2006-03-29 14:36:49 -0500162 unsigned long gh_ip;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000163};
164
165enum {
166 GLF_PLUG = 0,
167 GLF_LOCK = 1,
168 GLF_STICKY = 2,
169 GLF_PREFETCH = 3,
170 GLF_SYNC = 4,
171 GLF_DIRTY = 5,
172 GLF_SKIP_WAITERS2 = 6,
173 GLF_GREEDY = 7,
174};
175
176struct gfs2_glock {
177 struct list_head gl_list;
178 unsigned long gl_flags; /* GLF_... */
179 struct lm_lockname gl_name;
180 struct kref gl_ref;
181
182 spinlock_t gl_spin;
183
184 unsigned int gl_state;
Steven Whitehouse320dd102006-05-18 16:25:27 -0400185 struct task_struct *gl_owner;
186 unsigned long gl_ip;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000187 struct list_head gl_holders;
188 struct list_head gl_waiters1; /* HIF_MUTEX */
189 struct list_head gl_waiters2; /* HIF_DEMOTE, HIF_GREEDY */
190 struct list_head gl_waiters3; /* HIF_PROMOTE */
191
192 struct gfs2_glock_operations *gl_ops;
193
194 struct gfs2_holder *gl_req_gh;
195 gfs2_glop_bh_t gl_req_bh;
196
197 lm_lock_t *gl_lock;
198 char *gl_lvb;
199 atomic_t gl_lvb_count;
200
201 uint64_t gl_vn;
202 unsigned long gl_stamp;
203 void *gl_object;
204
205 struct gfs2_gl_hash_bucket *gl_bucket;
206 struct list_head gl_reclaim;
207
208 struct gfs2_sbd *gl_sbd;
209
210 struct inode *gl_aspace;
211 struct gfs2_log_element gl_le;
212 struct list_head gl_ail_list;
213 atomic_t gl_ail_count;
214};
215
216struct gfs2_alloc {
217 /* Quota stuff */
218
David Teiglandb3b94fa2006-01-16 16:50:04 +0000219 struct gfs2_quota_data *al_qd[4];
220 struct gfs2_holder al_qd_ghs[4];
Steven Whitehouse6b61b072006-06-06 14:49:39 -0400221 unsigned int al_qd_num;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000222
Steven Whitehouse6b61b072006-06-06 14:49:39 -0400223 u32 al_requested; /* Filled in by caller of gfs2_inplace_reserve() */
224 u32 al_alloced; /* Filled in by gfs2_alloc_*() */
David Teiglandb3b94fa2006-01-16 16:50:04 +0000225
226 /* Filled in by gfs2_inplace_reserve() */
227
David Teiglandb3b94fa2006-01-16 16:50:04 +0000228 unsigned int al_line;
Steven Whitehouse6b61b072006-06-06 14:49:39 -0400229 char *al_file;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000230 struct gfs2_holder al_ri_gh;
231 struct gfs2_holder al_rgd_gh;
232 struct gfs2_rgrpd *al_rgd;
233
David Teiglandb3b94fa2006-01-16 16:50:04 +0000234};
235
236enum {
David Teiglandb3b94fa2006-01-16 16:50:04 +0000237 GIF_QD_LOCKED = 1,
238 GIF_PAGED = 2,
239 GIF_SW_PAGED = 3,
240};
241
242struct gfs2_inode {
Steven Whitehouse320dd102006-05-18 16:25:27 -0400243 struct inode i_inode;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000244 struct gfs2_inum i_num;
245
David Teiglandb3b94fa2006-01-16 16:50:04 +0000246 unsigned long i_flags; /* GIF_... */
247
248 uint64_t i_vn;
Steven Whitehousefeaa7bb2006-06-14 15:32:57 -0400249 struct gfs2_dinode i_di; /* To be replaced by ref to block */
David Teiglandb3b94fa2006-01-16 16:50:04 +0000250
Steven Whitehousefeaa7bb2006-06-14 15:32:57 -0400251 struct gfs2_glock *i_gl; /* Move into i_gh? */
David Teiglandb3b94fa2006-01-16 16:50:04 +0000252 struct gfs2_holder i_iopen_gh;
Steven Whitehousef42faf42006-01-30 18:34:10 +0000253 struct gfs2_holder i_gh; /* for prepare/commit_write only */
David Teiglandb3b94fa2006-01-16 16:50:04 +0000254 struct gfs2_alloc i_alloc;
255 uint64_t i_last_rg_alloc;
256
257 spinlock_t i_spin;
258 struct rw_semaphore i_rw_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000259 unsigned int i_greedy;
260 unsigned long i_last_pfault;
261
262 struct buffer_head *i_cache[GFS2_MAX_META_HEIGHT];
263};
264
Steven Whitehousefeaa7bb2006-06-14 15:32:57 -0400265/*
266 * Since i_inode is the first element of struct gfs2_inode,
267 * this is effectively a cast.
268 */
Steven Whitehouse320dd102006-05-18 16:25:27 -0400269static inline struct gfs2_inode *GFS2_I(struct inode *inode)
270{
271 return container_of(inode, struct gfs2_inode, i_inode);
272}
273
Steven Whitehousefeaa7bb2006-06-14 15:32:57 -0400274/* To be removed? */
275static inline struct gfs2_sbd *GFS2_SB(struct inode *inode)
276{
277 return inode->i_sb->s_fs_info;
278}
279
David Teiglandb3b94fa2006-01-16 16:50:04 +0000280enum {
281 GFF_DID_DIRECT_ALLOC = 0,
282};
283
284struct gfs2_file {
285 unsigned long f_flags; /* GFF_... */
Steven Whitehousef55ab262006-02-21 12:51:39 +0000286 struct mutex f_fl_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000287 struct gfs2_holder f_fl_gh;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000288};
289
290struct gfs2_revoke {
291 struct gfs2_log_element rv_le;
292 uint64_t rv_blkno;
293};
294
295struct gfs2_revoke_replay {
296 struct list_head rr_list;
297 uint64_t rr_blkno;
298 unsigned int rr_where;
299};
300
301enum {
David Teiglandb3b94fa2006-01-16 16:50:04 +0000302 QDF_USER = 0,
303 QDF_CHANGE = 1,
304 QDF_LOCKED = 2,
305};
306
Steven Whitehouse5c676f62006-02-27 17:23:27 -0500307struct gfs2_quota_lvb {
308 uint32_t qb_magic;
309 uint32_t __pad;
310 uint64_t qb_limit; /* Hard limit of # blocks to alloc */
311 uint64_t qb_warn; /* Warn user when alloc is above this # */
312 int64_t qb_value; /* Current # blocks allocated */
313};
314
David Teiglandb3b94fa2006-01-16 16:50:04 +0000315struct gfs2_quota_data {
316 struct list_head qd_list;
317 unsigned int qd_count;
318
319 uint32_t qd_id;
320 unsigned long qd_flags; /* QDF_... */
321
322 int64_t qd_change;
323 int64_t qd_change_sync;
324
325 unsigned int qd_slot;
326 unsigned int qd_slot_count;
327
328 struct buffer_head *qd_bh;
329 struct gfs2_quota_change *qd_bh_qc;
330 unsigned int qd_bh_count;
331
332 struct gfs2_glock *qd_gl;
333 struct gfs2_quota_lvb qd_qb;
334
335 uint64_t qd_sync_gen;
336 unsigned long qd_last_warn;
337 unsigned long qd_last_touched;
338};
339
340struct gfs2_log_buf {
341 struct list_head lb_list;
342 struct buffer_head *lb_bh;
343 struct buffer_head *lb_real;
344};
345
346struct gfs2_trans {
Steven Whitehoused0dc80d2006-03-29 14:36:49 -0500347 unsigned long tr_ip;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000348
349 unsigned int tr_blocks;
350 unsigned int tr_revokes;
351 unsigned int tr_reserved;
352
Steven Whitehousee317ffc2006-03-01 11:39:37 -0500353 struct gfs2_holder tr_t_gh;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000354
355 int tr_touched;
356
357 unsigned int tr_num_buf;
358 unsigned int tr_num_buf_new;
359 unsigned int tr_num_buf_rm;
360 struct list_head tr_list_buf;
361
362 unsigned int tr_num_revoke;
363 unsigned int tr_num_revoke_rm;
364};
365
366struct gfs2_ail {
367 struct list_head ai_list;
368
369 unsigned int ai_first;
370 struct list_head ai_ail1_list;
371 struct list_head ai_ail2_list;
372
373 uint64_t ai_sync_gen;
374};
375
376struct gfs2_jdesc {
377 struct list_head jd_list;
378
Steven Whitehouse7359a192006-02-13 12:27:43 +0000379 struct inode *jd_inode;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000380 unsigned int jd_jid;
381 int jd_dirty;
382
383 unsigned int jd_blocks;
384};
385
386#define GFS2_GLOCKD_DEFAULT 1
387#define GFS2_GLOCKD_MAX 16
388
389#define GFS2_QUOTA_DEFAULT GFS2_QUOTA_OFF
390#define GFS2_QUOTA_OFF 0
391#define GFS2_QUOTA_ACCOUNT 1
392#define GFS2_QUOTA_ON 2
393
394#define GFS2_DATA_DEFAULT GFS2_DATA_ORDERED
395#define GFS2_DATA_WRITEBACK 1
396#define GFS2_DATA_ORDERED 2
397
398struct gfs2_args {
399 char ar_lockproto[GFS2_LOCKNAME_LEN]; /* Name of the Lock Protocol */
400 char ar_locktable[GFS2_LOCKNAME_LEN]; /* Name of the Lock Table */
401 char ar_hostdata[GFS2_LOCKNAME_LEN]; /* Host specific data */
402 int ar_spectator; /* Don't get a journal because we're always RO */
403 int ar_ignore_local_fs; /* Don't optimize even if local_fs is 1 */
404 int ar_localflocks; /* Let the VFS do flock|fcntl locks for us */
405 int ar_localcaching; /* Local-style caching (dangerous on multihost) */
406 int ar_debug; /* Oops on errors instead of trying to be graceful */
407 int ar_upgrade; /* Upgrade ondisk/multihost format */
408 unsigned int ar_num_glockd; /* Number of glockd threads */
409 int ar_posix_acl; /* Enable posix acls */
410 int ar_quota; /* off/account/on */
411 int ar_suiddir; /* suiddir support */
412 int ar_data; /* ordered/writeback */
413};
414
415struct gfs2_tune {
416 spinlock_t gt_spin;
417
418 unsigned int gt_ilimit;
419 unsigned int gt_ilimit_tries;
420 unsigned int gt_ilimit_min;
421 unsigned int gt_demote_secs; /* Cache retention for unheld glock */
422 unsigned int gt_incore_log_blocks;
423 unsigned int gt_log_flush_secs;
424 unsigned int gt_jindex_refresh_secs; /* Check for new journal index */
425
426 unsigned int gt_scand_secs;
427 unsigned int gt_recoverd_secs;
428 unsigned int gt_logd_secs;
429 unsigned int gt_quotad_secs;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000430
431 unsigned int gt_quota_simul_sync; /* Max quotavals to sync at once */
432 unsigned int gt_quota_warn_period; /* Secs between quota warn msgs */
433 unsigned int gt_quota_scale_num; /* Numerator */
434 unsigned int gt_quota_scale_den; /* Denominator */
435 unsigned int gt_quota_cache_secs;
436 unsigned int gt_quota_quantum; /* Secs between syncs to quota file */
437 unsigned int gt_atime_quantum; /* Min secs between atime updates */
438 unsigned int gt_new_files_jdata;
439 unsigned int gt_new_files_directio;
440 unsigned int gt_max_atomic_write; /* Split big writes into this size */
441 unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */
442 unsigned int gt_lockdump_size;
443 unsigned int gt_stall_secs; /* Detects trouble! */
444 unsigned int gt_complain_secs;
445 unsigned int gt_reclaim_limit; /* Max num of glocks in reclaim list */
446 unsigned int gt_entries_per_readdir;
447 unsigned int gt_prefetch_secs; /* Usage window for prefetched glocks */
448 unsigned int gt_greedy_default;
449 unsigned int gt_greedy_quantum;
450 unsigned int gt_greedy_max;
451 unsigned int gt_statfs_quantum;
452 unsigned int gt_statfs_slow;
453};
454
455struct gfs2_gl_hash_bucket {
456 rwlock_t hb_lock;
457 struct list_head hb_list;
458};
459
460enum {
461 SDF_JOURNAL_CHECKED = 0,
462 SDF_JOURNAL_LIVE = 1,
463 SDF_SHUTDOWN = 2,
464 SDF_NOATIME = 3,
465};
466
467#define GFS2_GL_HASH_SHIFT 13
468#define GFS2_GL_HASH_SIZE (1 << GFS2_GL_HASH_SHIFT)
469#define GFS2_GL_HASH_MASK (GFS2_GL_HASH_SIZE - 1)
470#define GFS2_FSNAME_LEN 256
471
472struct gfs2_sbd {
473 struct super_block *sd_vfs;
474 struct kobject sd_kobj;
475 unsigned long sd_flags; /* SDF_... */
476 struct gfs2_sb sd_sb;
477
478 /* Constants computed on mount */
479
480 uint32_t sd_fsb2bb;
481 uint32_t sd_fsb2bb_shift;
482 uint32_t sd_diptrs; /* Number of pointers in a dinode */
483 uint32_t sd_inptrs; /* Number of pointers in a indirect block */
484 uint32_t sd_jbsize; /* Size of a journaled data block */
485 uint32_t sd_hash_bsize; /* sizeof(exhash block) */
486 uint32_t sd_hash_bsize_shift;
487 uint32_t sd_hash_ptrs; /* Number of pointers in a hash block */
David Teiglandb3b94fa2006-01-16 16:50:04 +0000488 uint32_t sd_qc_per_block;
489 uint32_t sd_max_dirres; /* Max blocks needed to add a directory entry */
490 uint32_t sd_max_height; /* Max height of a file's metadata tree */
491 uint64_t sd_heightsize[GFS2_MAX_META_HEIGHT];
492 uint32_t sd_max_jheight; /* Max height of journaled file's meta tree */
493 uint64_t sd_jheightsize[GFS2_MAX_META_HEIGHT];
494
495 struct gfs2_args sd_args; /* Mount arguments */
496 struct gfs2_tune sd_tune; /* Filesystem tuning structure */
497
498 /* Lock Stuff */
499
500 struct lm_lockstruct sd_lockstruct;
501 struct gfs2_gl_hash_bucket sd_gl_hash[GFS2_GL_HASH_SIZE];
502 struct list_head sd_reclaim_list;
503 spinlock_t sd_reclaim_lock;
504 wait_queue_head_t sd_reclaim_wq;
505 atomic_t sd_reclaim_count;
506 struct gfs2_holder sd_live_gh;
507 struct gfs2_glock *sd_rename_gl;
508 struct gfs2_glock *sd_trans_gl;
Steven Whitehousef55ab262006-02-21 12:51:39 +0000509 struct mutex sd_invalidate_inodes_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000510
511 /* Inode Stuff */
512
Steven Whitehousef42faf42006-01-30 18:34:10 +0000513 struct inode *sd_master_dir;
514 struct inode *sd_jindex;
515 struct inode *sd_inum_inode;
516 struct inode *sd_statfs_inode;
517 struct inode *sd_ir_inode;
518 struct inode *sd_sc_inode;
Steven Whitehousef42faf42006-01-30 18:34:10 +0000519 struct inode *sd_qc_inode;
520 struct inode *sd_rindex;
521 struct inode *sd_quota_inode;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000522
523 /* Inum stuff */
524
Steven Whitehousef55ab262006-02-21 12:51:39 +0000525 struct mutex sd_inum_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000526
527 /* StatFS stuff */
528
529 spinlock_t sd_statfs_spin;
Steven Whitehousef55ab262006-02-21 12:51:39 +0000530 struct mutex sd_statfs_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000531 struct gfs2_statfs_change sd_statfs_master;
532 struct gfs2_statfs_change sd_statfs_local;
533 unsigned long sd_statfs_sync_time;
534
535 /* Resource group stuff */
536
537 uint64_t sd_rindex_vn;
538 spinlock_t sd_rindex_spin;
Steven Whitehousef55ab262006-02-21 12:51:39 +0000539 struct mutex sd_rindex_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000540 struct list_head sd_rindex_list;
541 struct list_head sd_rindex_mru_list;
542 struct list_head sd_rindex_recent_list;
543 struct gfs2_rgrpd *sd_rindex_forward;
544 unsigned int sd_rgrps;
545
546 /* Journal index stuff */
547
548 struct list_head sd_jindex_list;
549 spinlock_t sd_jindex_spin;
Steven Whitehousef55ab262006-02-21 12:51:39 +0000550 struct mutex sd_jindex_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000551 unsigned int sd_journals;
552 unsigned long sd_jindex_refresh_time;
553
554 struct gfs2_jdesc *sd_jdesc;
555 struct gfs2_holder sd_journal_gh;
556 struct gfs2_holder sd_jinode_gh;
557
558 struct gfs2_holder sd_ir_gh;
559 struct gfs2_holder sd_sc_gh;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000560 struct gfs2_holder sd_qc_gh;
561
562 /* Daemon stuff */
563
564 struct task_struct *sd_scand_process;
565 struct task_struct *sd_recoverd_process;
566 struct task_struct *sd_logd_process;
567 struct task_struct *sd_quotad_process;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000568 struct task_struct *sd_glockd_process[GFS2_GLOCKD_MAX];
569 unsigned int sd_glockd_num;
570
David Teiglandb3b94fa2006-01-16 16:50:04 +0000571 /* Quota stuff */
572
573 struct list_head sd_quota_list;
574 atomic_t sd_quota_count;
575 spinlock_t sd_quota_spin;
Steven Whitehousef55ab262006-02-21 12:51:39 +0000576 struct mutex sd_quota_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000577
578 unsigned int sd_quota_slots;
579 unsigned int sd_quota_chunks;
580 unsigned char **sd_quota_bitmap;
581
582 uint64_t sd_quota_sync_gen;
583 unsigned long sd_quota_sync_time;
584
585 /* Log stuff */
586
587 spinlock_t sd_log_lock;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000588
589 unsigned int sd_log_blks_reserved;
590 unsigned int sd_log_commited_buf;
591 unsigned int sd_log_commited_revoke;
592
593 unsigned int sd_log_num_gl;
594 unsigned int sd_log_num_buf;
595 unsigned int sd_log_num_revoke;
596 unsigned int sd_log_num_rg;
597 unsigned int sd_log_num_databuf;
Steven Whitehousef42faf42006-01-30 18:34:10 +0000598 unsigned int sd_log_num_jdata;
Steven Whitehouseb09e5932006-04-07 11:17:32 -0400599 unsigned int sd_log_num_hdrs;
Steven Whitehousef42faf42006-01-30 18:34:10 +0000600
David Teiglandb3b94fa2006-01-16 16:50:04 +0000601 struct list_head sd_log_le_gl;
602 struct list_head sd_log_le_buf;
603 struct list_head sd_log_le_revoke;
604 struct list_head sd_log_le_rg;
605 struct list_head sd_log_le_databuf;
606
607 unsigned int sd_log_blks_free;
Steven Whitehouse71b86f52006-03-28 14:14:04 -0500608 struct mutex sd_log_reserve_mutex;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000609
610 uint64_t sd_log_sequence;
611 unsigned int sd_log_head;
612 unsigned int sd_log_tail;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000613 int sd_log_idle;
614
615 unsigned long sd_log_flush_time;
Steven Whitehouse484adff2006-03-29 09:12:12 -0500616 struct rw_semaphore sd_log_flush_lock;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000617 struct list_head sd_log_flush_list;
618
619 unsigned int sd_log_flush_head;
620 uint64_t sd_log_flush_wrapped;
621
622 struct list_head sd_ail1_list;
623 struct list_head sd_ail2_list;
624 uint64_t sd_ail_sync_gen;
625
626 /* Replay stuff */
627
628 struct list_head sd_revoke_list;
629 unsigned int sd_replay_tail;
630
631 unsigned int sd_found_blocks;
632 unsigned int sd_found_revokes;
633 unsigned int sd_replayed_blocks;
634
635 /* For quiescing the filesystem */
636
637 struct gfs2_holder sd_freeze_gh;
Steven Whitehousef55ab262006-02-21 12:51:39 +0000638 struct mutex sd_freeze_lock;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000639 unsigned int sd_freeze_count;
640
641 /* Counters */
642
643 atomic_t sd_glock_count;
644 atomic_t sd_glock_held_count;
645 atomic_t sd_inode_count;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000646 atomic_t sd_reclaimed;
David Teiglandb3b94fa2006-01-16 16:50:04 +0000647
648 char sd_fsname[GFS2_FSNAME_LEN];
649 char sd_table_name[GFS2_FSNAME_LEN];
650 char sd_proto_name[GFS2_FSNAME_LEN];
651
652 /* Debugging crud */
653
654 unsigned long sd_last_warning;
655};
656
657#endif /* __INCORE_DOT_H__ */
658