Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dtransaction.h110 struct btrfs_trans_handle { struct
111 u64 transid;
112 u64 bytes_reserved;
113 u64 chunk_bytes_reserved;
114 unsigned long delayed_ref_updates;
115 struct btrfs_transaction *transaction;
116 struct btrfs_block_rsv *block_rsv;
117 struct btrfs_block_rsv *orig_rsv;
118 refcount_t use_count;
119 unsigned int type;
[all …]