Searched defs:btrfs_transaction (Results 1 – 1 of 1) sorted by relevance
39 struct btrfs_transaction { struct40 u64 transid;46 atomic_t num_extwriters;51 atomic_t num_writers;52 refcount_t use_count;54 unsigned long flags;57 enum btrfs_trans_state state;58 int aborted;59 struct list_head list;60 struct extent_io_tree dirty_pages;[all …]