Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dtransaction.h35 struct btrfs_transaction { struct
36 u64 transid;
42 atomic_t num_extwriters;
47 atomic_t num_writers;
48 atomic_t use_count;
53 int have_free_bgs;
56 enum btrfs_trans_state state;
57 struct list_head list;
58 struct extent_io_tree dirty_pages;
59 unsigned long start_time;
[all …]