Home
last modified time | relevance | path

Searched defs:btrfs_transaction (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dtransaction.h39 struct btrfs_transaction { struct
40 u64 transid;
46 atomic_t num_extwriters;
51 atomic_t num_writers;
52 refcount_t use_count;
54 unsigned long flags;
57 enum btrfs_trans_state state;
58 int aborted;
59 struct list_head list;
60 struct extent_io_tree dirty_pages;
[all …]