Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.h931 bool btrfs_first_pending_extent(struct btrfs_device *device, u64 start, u64 len,
H A Dvolumes.c1530 bool btrfs_first_pending_extent(struct btrfs_device *device, u64 start, u64 len, in btrfs_first_pending_extent()
1592 if (btrfs_first_pending_extent(device, *start, *len, &pending_start, &pending_end)) { in btrfs_find_hole_in_pending_extents()
5217 if (btrfs_first_pending_extent(device, start, diff, &pending_start, &pending_end)) { in btrfs_shrink_device()
1529 bool btrfs_first_pending_extent(struct btrfs_device *device, u64 start, u64 len, btrfs_first_pending_extent() function