Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.h25 struct btrfs_transaction { struct
26 u64 transid;
31 atomic_t num_writers;
32 atomic_t use_count;
34 unsigned long num_joined;
36 spinlock_t commit_lock;
37 int in_commit;
38 int commit_done;
39 int blocked;
40 struct list_head list;
[all …]