Searched defs:btrfs_transaction (Results 1 – 1 of 1) sorted by relevance
30 struct btrfs_transaction { struct31 u64 transid;37 atomic_t num_extwriters;42 atomic_t num_writers;43 refcount_t use_count;45 unsigned long flags;48 enum btrfs_trans_state state;49 int aborted;50 struct list_head list;51 struct extent_io_tree dirty_pages;[all …]