Home
last modified time | relevance | path

Searched refs:last_byte_to_unpin (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dblock-group.h104 u64 last_byte_to_unpin; member
H A Dblock-group.c758 cache->last_byte_to_unpin = (u64)-1; in btrfs_cache_block_group()
1966 cache->last_byte_to_unpin = (u64)-1; in read_one_block_group()
1970 cache->last_byte_to_unpin = (u64)-1; in read_one_block_group()
2171 cache->last_byte_to_unpin = (u64)-1; in btrfs_make_block_group()
H A Dtransaction.c186 * We have to update the last_byte_to_unpin under the commit_root_sem, in switch_commit_roots()
216 cache->last_byte_to_unpin = (u64)-1; in switch_commit_roots()
220 cache->last_byte_to_unpin = caching_ctl->progress; in switch_commit_roots()
H A Dextent-tree.c2759 if (start < cache->last_byte_to_unpin && return_free_space) { in unpin_extent_range()
2760 u64 add_len = min(len, cache->last_byte_to_unpin - start); in unpin_extent_range()

Completed in 14 milliseconds