Searched defs:btrfs_transaction (Results 1 – 1 of 1) sorted by relevance
54 struct btrfs_transaction { struct55 u64 transid;61 atomic_t num_extwriters;66 atomic_t num_writers;67 refcount_t use_count;69 unsigned long flags;72 enum btrfs_trans_state state;73 int aborted;74 struct list_head list;75 struct extent_io_tree dirty_pages;[all …]