Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
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;
34 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
35 btrfs_func_t ordered_func, btrfs_func_t ordered_free);
A Dasync-thread.c297 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work()
298 btrfs_func_t ordered_func, btrfs_func_t ordered_free) in btrfs_init_work()

Completed in 4 milliseconds