Searched defs:btrfs_trans_handle (Results 1 – 4 of 4) sorted by relevance
28105 struct btrfs_trans_handle { struct28106 u64 transid;28107 u64 bytes_reserved;28108 u64 chunk_bytes_reserved;28109 long unsigned int delayed_ref_updates;28110 struct btrfs_transaction *transaction;28111 struct btrfs_block_rsv *block_rsv;28112 struct btrfs_block_rsv *orig_rsv;28113 struct btrfs_pending_snapshot *pending_snapshot;28114 refcount_t use_count;[all …]
61700 struct btrfs_trans_handle { struct61701 u64 transid;61702 u64 bytes_reserved;61703 u64 chunk_bytes_reserved;61704 long unsigned int delayed_ref_updates;61705 struct btrfs_transaction *transaction;61706 struct btrfs_block_rsv *block_rsv;61707 struct btrfs_block_rsv *orig_rsv;61708 struct btrfs_pending_snapshot *pending_snapshot;61709 refcount_t use_count;[all …]