Lines Matching defs:btrfs_transaction
39 struct btrfs_transaction { struct
40 u64 transid;
46 atomic_t num_extwriters;
51 atomic_t num_writers;
52 atomic_t use_count;
53 atomic_t pending_ordered;
55 unsigned long flags;
58 enum btrfs_trans_state state;
59 struct list_head list;
60 struct extent_io_tree dirty_pages;
61 unsigned long start_time;
62 wait_queue_head_t writer_wait;
63 wait_queue_head_t commit_wait;
64 wait_queue_head_t pending_wait;
65 struct list_head pending_snapshots;
66 struct list_head pending_chunks;
67 struct list_head switch_commits;
68 struct list_head dirty_bgs;
69 struct list_head io_bgs;
70 struct list_head dropped_roots;
71 u64 num_dirty_bgs;
78 struct mutex cache_write_mutex;
79 spinlock_t dirty_bgs_lock;
81 struct list_head deleted_bgs;
82 spinlock_t dropped_roots_lock;
83 struct btrfs_delayed_ref_root delayed_refs;
84 int aborted;