Searched refs:btrfs_first_pending_extent (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/tests/ |
| H A D | chunk-allocation-tests.c | 424 found = btrfs_first_pending_extent(device, test_case->hole_start, in test_first_pending_extent()
|
| /linux/fs/btrfs/ |
| H A D | volumes.h | 897 bool btrfs_first_pending_extent(struct btrfs_device *device, u64 start, u64 len,
|
| H A D | volumes.c | 1529 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()
|