Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dfile.c3307 u64 delalloc_len = 0; in find_delalloc_subrange() local
3322 delalloc_len = btrfs_count_range_bits(&inode->io_tree, in find_delalloc_subrange()
3331 if (delalloc_len > 0) { in find_delalloc_subrange()
3336 *delalloc_end_ret = *delalloc_start_ret + delalloc_len - 1; in find_delalloc_subrange()
3374 return (delalloc_len > 0); in find_delalloc_subrange()
3383 if (delalloc_len == 0) { in find_delalloc_subrange()