Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Dchunk-allocation-tests.c424 found = btrfs_first_pending_extent(device, test_case->hole_start, in test_first_pending_extent()
/linux/fs/btrfs/
H A Dvolumes.h897 bool btrfs_first_pending_extent(struct btrfs_device *device, u64 start, u64 len,
H A Dvolumes.c1529 bool btrfs_first_pending_extent(struct btrfs_device *device, u64 start, u64 len, in btrfs_first_pending_extent() function
1591 if (btrfs_first_pending_extent(device, *start, *len, &pending_start, &pending_end)) { in btrfs_find_hole_in_pending_extents()
5208 if (btrfs_first_pending_extent(device, start, diff, &pending_start, &pending_end)) { in btrfs_shrink_device()