Home
last modified time | relevance | path

Searched refs:chunk_bytes_reserved (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/btrfs/
Dtransaction.h120 u64 chunk_bytes_reserved; member
Dtransaction.c219 if (!trans->chunk_bytes_reserved) in btrfs_trans_release_chunk_metadata()
225 trans->chunk_bytes_reserved, NULL); in btrfs_trans_release_chunk_metadata()
226 trans->chunk_bytes_reserved = 0; in btrfs_trans_release_chunk_metadata()
Dblock-group.c3190 if (trans->chunk_bytes_reserved >= (u64)SZ_2M) in btrfs_chunk_alloc()
3259 trans->chunk_bytes_reserved += thresh; in check_system_chunk()