Searched defs:btrfs_transaction (Results 1 – 1 of 1) sorted by relevance
52 struct btrfs_transaction { struct53 u64 transid;59 atomic_t num_extwriters;64 atomic_t num_writers;65 refcount_t use_count;67 unsigned long flags;70 enum btrfs_trans_state state;71 int aborted;72 struct list_head list;73 struct extent_io_tree dirty_pages;[all …]