Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dasync-thread.h18 typedef void (*btrfs_func_t)(struct btrfs_work *arg); typedef
22 btrfs_func_t func;
40 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
H A Dasync-thread.c331 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work()