incore.h (73118ca8baf78dddd1f9c8ac67c1d80b47d9830e) incore.h (a5b1d3fc503164bb04e2b720054ab07d8a0004fc)
1/*
2 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
3 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved.
4 *
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 version 2.
8 */

--- 795 unchanged lines hidden (view full) ---

804
805 struct gfs2_trans *sd_log_tr;
806 unsigned int sd_log_blks_reserved;
807 int sd_log_commited_revoke;
808
809 atomic_t sd_log_pinned;
810 unsigned int sd_log_num_revoke;
811
1/*
2 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
3 * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved.
4 *
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 version 2.
8 */

--- 795 unchanged lines hidden (view full) ---

804
805 struct gfs2_trans *sd_log_tr;
806 unsigned int sd_log_blks_reserved;
807 int sd_log_commited_revoke;
808
809 atomic_t sd_log_pinned;
810 unsigned int sd_log_num_revoke;
811
812 struct list_head sd_log_le_revoke;
813 struct list_head sd_log_le_ordered;
812 struct list_head sd_log_revokes;
813 struct list_head sd_log_ordered;
814 spinlock_t sd_ordered_lock;
815
816 atomic_t sd_log_thresh1;
817 atomic_t sd_log_thresh2;
818 atomic_t sd_log_blks_free;
819 atomic_t sd_log_blks_needed;
820 wait_queue_head_t sd_log_waitq;
821 wait_queue_head_t sd_logd_waitq;

--- 58 unchanged lines hidden ---
814 spinlock_t sd_ordered_lock;
815
816 atomic_t sd_log_thresh1;
817 atomic_t sd_log_thresh2;
818 atomic_t sd_log_blks_free;
819 atomic_t sd_log_blks_needed;
820 wait_queue_head_t sd_log_waitq;
821 wait_queue_head_t sd_logd_waitq;

--- 58 unchanged lines hidden ---