Searched refs:btrfs_func_t (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | async-thread.h | 17 typedef void (*btrfs_func_t)(struct btrfs_work *arg); typedef 21 btrfs_func_t func; 22 btrfs_func_t ordered_func; 23 btrfs_func_t ordered_free; 37 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, 38 btrfs_func_t ordered_func, btrfs_func_t ordered_free);
|
D | async-thread.c | 328 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work() 329 btrfs_func_t ordered_func, btrfs_func_t ordered_free) in btrfs_init_work()
|
D | ordered-data.h | 176 u64 num_bytes, btrfs_func_t finish_func,
|
D | ordered-data.c | 318 u64 num_bytes, btrfs_func_t finish_func, in btrfs_mark_ordered_io_finished()
|
D | raid56.c | 192 static void start_async_work(struct btrfs_raid_bio *rbio, btrfs_func_t work_func) in start_async_work()
|