Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dtransaction.h27 struct btrfs_transaction { struct
28 u64 transid;
34 atomic_t num_extwriters;
39 atomic_t num_writers;
40 refcount_t use_count;
42 unsigned long flags;
45 enum btrfs_trans_state state;
46 int aborted;
47 struct list_head list;
48 struct extent_io_tree dirty_pages;
[all …]
/kernel/linux/linux-6.6/fs/btrfs/
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 …]