Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dspace-info.c580 u64 cur_free_bytes = 0; in may_commit_transaction() local
587 cur_free_bytes = btrfs_space_info_used(space_info, true); in may_commit_transaction()
588 if (cur_free_bytes < space_info->total_bytes) in may_commit_transaction()
589 cur_free_bytes = space_info->total_bytes - cur_free_bytes; in may_commit_transaction()
591 cur_free_bytes = 0; in may_commit_transaction()
602 if (bytes_needed > cur_free_bytes) in may_commit_transaction()
603 bytes_needed -= cur_free_bytes; in may_commit_transaction()