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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent-tree.c3798 cache->last_byte_to_unpin = (u64)-1;
3802 cache->last_byte_to_unpin = caching_ctl->progress;
3835 if (start < cache->last_byte_to_unpin) {
3836 len = min(len, cache->last_byte_to_unpin - start);
6317 cache->last_byte_to_unpin = (u64)-1;
6322 cache->last_byte_to_unpin = (u64)-1;
6413 cache->last_byte_to_unpin = (u64)-1;
H A Dctree.h782 u64 last_byte_to_unpin; member in struct:btrfs_block_group_cache

Completed in 72 milliseconds