Searched defs:btrfs_transaction (Results 1 – 4 of 4) sorted by relevance
27782 struct btrfs_transaction { struct27783 u64 transid;27784 atomic_t num_extwriters;27785 atomic_t num_writers;27786 refcount_t use_count;27787 long unsigned int flags;27788 enum btrfs_trans_state state;27789 int aborted;27790 struct list_head list;27791 struct extent_io_tree dirty_pages;[all …]
61461 struct btrfs_transaction { struct61462 u64 transid;61463 atomic_t num_extwriters;61464 atomic_t num_writers;61465 refcount_t use_count;61466 long unsigned int flags;61467 enum btrfs_trans_state state;61468 int aborted;61469 struct list_head list;61470 struct extent_io_tree dirty_pages;[all …]