Lines Matching defs:btrfs_transaction
30 struct btrfs_transaction { struct
31 u64 transid;
37 atomic_t num_extwriters;
42 atomic_t num_writers;
43 refcount_t use_count;
45 unsigned long flags;
48 enum btrfs_trans_state state;
49 int aborted;
50 struct list_head list;
51 struct extent_io_tree dirty_pages;
52 time64_t start_time;
53 wait_queue_head_t writer_wait;
54 wait_queue_head_t commit_wait;
55 struct list_head pending_snapshots;
56 struct list_head dev_update_list;
57 struct list_head switch_commits;
58 struct list_head dirty_bgs;
75 struct list_head io_bgs;
76 struct list_head dropped_roots;
77 struct extent_io_tree pinned_extents;
84 struct mutex cache_write_mutex;
85 spinlock_t dirty_bgs_lock;
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;
96 atomic_t pending_ordered;
97 wait_queue_head_t pending_wait;