Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dfile.c3225 u64 delalloc_len = 0; in find_delalloc_subrange() local
3240 delalloc_len = count_range_bits(&inode->io_tree, in find_delalloc_subrange()
3249 if (delalloc_len > 0) { in find_delalloc_subrange()
3254 *delalloc_end_ret = *delalloc_start_ret + delalloc_len - 1; in find_delalloc_subrange()
3292 return (delalloc_len > 0); in find_delalloc_subrange()
3301 if (delalloc_len == 0) { in find_delalloc_subrange()