Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dtransaction.h28 struct btrfs_transaction { struct
29 u64 transid;
35 atomic_t num_extwriters;
40 atomic_t num_writers;
41 refcount_t use_count;
42 atomic_t pending_ordered;
44 unsigned long flags;
47 enum btrfs_trans_state state;
48 int aborted;
49 struct list_head list;
[all …]