Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dtransaction.h39 struct btrfs_transaction { struct
40 u64 transid;
46 atomic_t num_extwriters;
51 atomic_t num_writers;
52 atomic_t use_count;
53 atomic_t pending_ordered;
55 unsigned long flags;
58 enum btrfs_trans_state state;
59 struct list_head list;
60 struct extent_io_tree dirty_pages;
[all …]