Searched defs:btrfs_transaction (Results 1 – 1 of 1) sorted by relevance
35 struct btrfs_transaction { struct36 u64 transid;42 atomic_t num_extwriters;47 atomic_t num_writers;48 atomic_t use_count;53 int have_free_bgs;56 enum btrfs_trans_state state;57 struct list_head list;58 struct extent_io_tree dirty_pages;59 unsigned long start_time;[all …]