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;
43 unsigned long flags;
46 enum btrfs_trans_state state;
47 int aborted;
48 struct list_head list;
49 struct extent_io_tree dirty_pages;
50 time64_t start_time;
51 wait_queue_head_t writer_wait;
52 wait_queue_head_t commit_wait;
53 struct list_head pending_snapshots;
54 struct list_head dev_update_list;
55 struct list_head switch_commits;
56 struct list_head dirty_bgs;
73 struct list_head io_bgs;
74 struct list_head dropped_roots;
81 struct mutex cache_write_mutex;
82 spinlock_t dirty_bgs_lock;
84 struct list_head deleted_bgs;
85 spinlock_t dropped_roots_lock;
86 struct btrfs_delayed_ref_root delayed_refs;
87 struct btrfs_fs_info *fs_info;