Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dblock-group.h104 u64 last_byte_to_unpin; member
H A Dblock-group.c751 cache->last_byte_to_unpin = (u64)-1; in btrfs_cache_block_group()
1959 cache->last_byte_to_unpin = (u64)-1; in read_one_block_group()
1963 cache->last_byte_to_unpin = (u64)-1; in read_one_block_group()
2164 cache->last_byte_to_unpin = (u64)-1; in btrfs_make_block_group()
H A Dtransaction.c216 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.c2750 if (start < cache->last_byte_to_unpin && return_free_space) { in unpin_extent_range()
2751 u64 add_len = min(len, cache->last_byte_to_unpin - start); in unpin_extent_range()