Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dtransaction.h30 struct btrfs_transaction { struct
31 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 …]