Searched refs:btrfs_func_t (Results 1 – 2 of 2) sorted by relevance
15 typedef void (*btrfs_func_t)(struct btrfs_work *arg); typedef18 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);
331 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()