Lines Matching defs:btrfs_transaction
28 struct btrfs_transaction { struct
29 u64 transid;
35 atomic_t num_extwriters;
40 atomic_t num_writers;
41 refcount_t use_count;
42 atomic_t pending_ordered;
44 unsigned long flags;
47 enum btrfs_trans_state state;
48 int aborted;
49 struct list_head list;
50 struct extent_io_tree dirty_pages;
51 time64_t start_time;
52 wait_queue_head_t writer_wait;
53 wait_queue_head_t commit_wait;
54 wait_queue_head_t pending_wait;
55 struct list_head pending_snapshots;
56 struct list_head pending_chunks;
57 struct list_head switch_commits;
58 struct list_head dirty_bgs;
75 struct list_head io_bgs;
76 struct list_head dropped_roots;
83 struct mutex cache_write_mutex;
84 spinlock_t dirty_bgs_lock;
85 unsigned int num_dirty_bgs;
87 struct list_head deleted_bgs;
88 spinlock_t dropped_roots_lock;
89 struct btrfs_delayed_ref_root delayed_refs;
90 struct btrfs_fs_info *fs_info;