Searched refs:delayed_refs_bytes (Results 1 – 1 of 1) sorted by relevance
598 u64 delayed_refs_bytes = 0; in start_transaction() local621 delayed_refs_bytes = btrfs_calc_delayed_ref_bytes(fs_info, in start_transaction()623 num_bytes += delayed_refs_bytes; in start_transaction()637 if (delayed_refs_bytes) { in start_transaction()638 btrfs_migrate_to_delayed_refs_rsv(fs_info, delayed_refs_bytes); in start_transaction()639 num_bytes -= delayed_refs_bytes; in start_transaction()