Searched refs:delayed_refs_extra (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 5075 u64 delayed_refs_extra = btrfs_calc_insert_metadata_size(fs_info, 1); in evict_refill_and_join() local 5083 * We reserve the delayed_refs_extra here again because we can't use in evict_refill_and_join() 5091 ret = btrfs_block_rsv_refill(root, rsv, rsv->size + delayed_refs_extra, in evict_refill_and_join() 5104 delayed_refs_extra = 0; in evict_refill_and_join() 5111 if (delayed_refs_extra) { in evict_refill_and_join() 5113 trans->bytes_reserved = delayed_refs_extra; in evict_refill_and_join() 5115 delayed_refs_extra, 1); in evict_refill_and_join()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 5168 u64 delayed_refs_extra = btrfs_calc_delayed_ref_bytes(fs_info, 1); in evict_refill_and_join() local 5176 * We reserve the delayed_refs_extra here again because we can't use in evict_refill_and_join() 5183 * delayed_refs_extra so we can make some forward progress. in evict_refill_and_join() 5185 ret = btrfs_block_rsv_refill(fs_info, rsv, rsv->size + delayed_refs_extra, in evict_refill_and_join() 5195 delayed_refs_extra = 0; in evict_refill_and_join() 5202 if (delayed_refs_extra) { in evict_refill_and_join() 5204 trans->bytes_reserved = delayed_refs_extra; in evict_refill_and_join() 5206 delayed_refs_extra, true); in evict_refill_and_join()
|
Completed in 24 milliseconds