Searched defs:btrfs_transaction (Results 1 – 2 of 2) sorted by relevance
28 struct btrfs_transaction { struct29 u64 transid;35 atomic_t num_extwriters;40 atomic_t num_writers;41 refcount_t use_count;42 atomic_t pending_ordered;44 unsigned long flags;47 enum btrfs_trans_state state;48 int aborted;49 struct list_head list;[all …]
27 struct btrfs_transaction { struct28 u64 transid;34 atomic_t num_extwriters;39 atomic_t num_writers;40 refcount_t use_count;42 unsigned long flags;45 enum btrfs_trans_state state;46 int aborted;47 struct list_head list;48 struct extent_io_tree dirty_pages;[all …]