Home
last modified time | relevance | path

Searched refs:btrfs_func_t (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dasync-thread.h17 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);
H A Dasync-thread.c342 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work()
343 btrfs_func_t ordered_func, btrfs_func_t ordered_free) in btrfs_init_work()
H A Draid56.c191 static void start_async_work(struct btrfs_raid_bio *rbio, btrfs_func_t work_func) in start_async_work()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dasync-thread.h15 typedef void (*btrfs_func_t)(struct btrfs_work *arg); typedef
18 btrfs_func_t func;
19 btrfs_func_t ordered_func;
20 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);
H A Dasync-thread.c331 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work()
332 btrfs_func_t ordered_func, btrfs_func_t ordered_free) in btrfs_init_work()

Completed in 6 milliseconds