Searched defs:btrfs_trans_handle (Results 1 – 2 of 2) sorted by relevance
112 struct btrfs_trans_handle { struct113 u64 transid;114 u64 bytes_reserved;115 u64 chunk_bytes_reserved;116 unsigned long delayed_ref_updates;117 struct btrfs_transaction *transaction;118 struct btrfs_block_rsv *block_rsv;119 struct btrfs_block_rsv *orig_rsv;120 refcount_t use_count;121 unsigned int type;[all …]
117 struct btrfs_trans_handle { struct118 u64 transid;119 u64 bytes_reserved;120 u64 chunk_bytes_reserved;144 * This accepts btrfs_transaction and btrfs_trans_handle as types. Once it's argument