Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dblock-group.h107 u64 last_byte_to_unpin; member
Dblock-group.c2039 cache->last_byte_to_unpin = (u64)-1; in read_one_block_group()
2043 cache->last_byte_to_unpin = (u64)-1; in read_one_block_group()
2103 bg->last_byte_to_unpin = (u64)-1; in fill_dummy_bgs()
2430 cache->last_byte_to_unpin = (u64)-1; in btrfs_make_block_group()
Dtransaction.c220 cache->last_byte_to_unpin = (u64)-1; in switch_commit_roots()
224 cache->last_byte_to_unpin = caching_ctl->progress; in switch_commit_roots()
Dzoned.c1250 cache->last_byte_to_unpin = (u64)-1; in btrfs_calc_zone_unusable()
Dextent-tree.c2722 if (start < cache->last_byte_to_unpin && return_free_space) { in unpin_extent_range()
2723 u64 add_len = min(len, cache->last_byte_to_unpin - start); in unpin_extent_range()