Searched defs:btrfs_transaction (Results 1 – 1 of 1) 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;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;[all …]