Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dtransaction.h112 u64 chunk_bytes_reserved; member
Dtransaction.c144 if (!trans->chunk_bytes_reserved) in btrfs_trans_release_chunk_metadata()
150 trans->chunk_bytes_reserved); in btrfs_trans_release_chunk_metadata()
151 trans->chunk_bytes_reserved = 0; in btrfs_trans_release_chunk_metadata()
Dblock-group.c2973 if (trans->chunk_bytes_reserved >= (u64)SZ_2M) in btrfs_chunk_alloc()
3044 trans->chunk_bytes_reserved += thresh; in check_system_chunk()