Lines Matching refs:async
3712 bool async) in trim_no_bitmap() argument
3741 (async && btrfs_free_space_trimmed(entry))) { in trim_no_bitmap()
3755 if (async) { in trim_no_bitmap()
3809 if (async && *total_trimmed) in trim_no_bitmap()
3878 u64 maxlen, bool async) in trim_bitmaps() argument
3914 if (!entry || (async && minlen && start == offset && in trim_bitmaps()
3952 if (async && *total_trimmed) { in trim_bitmaps()
3959 if (bytes < minlen || (async && maxlen && bytes > maxlen)) { in trim_bitmaps()
3971 if (async && in trim_bitmaps()
4055 bool async) in btrfs_trim_block_group_extents() argument
4069 ret = trim_no_bitmap(block_group, trimmed, start, end, minlen, async); in btrfs_trim_block_group_extents()
4077 u64 maxlen, bool async) in btrfs_trim_block_group_bitmaps() argument
4092 async); in btrfs_trim_block_group_bitmaps()