Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.h120 u64 chunk_bytes_reserved; member
Dtransaction.c259 if (!trans->chunk_bytes_reserved) in btrfs_trans_release_chunk_metadata()
265 trans->chunk_bytes_reserved, NULL); in btrfs_trans_release_chunk_metadata()
266 trans->chunk_bytes_reserved = 0; in btrfs_trans_release_chunk_metadata()
Dblock-group.c3221 if (trans->chunk_bytes_reserved >= (u64)SZ_2M) in btrfs_chunk_alloc()
3290 trans->chunk_bytes_reserved += thresh; in check_system_chunk()