Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dasync-thread.h28 typedef void (*btrfs_func_t)(struct btrfs_work *arg); typedef
32 btrfs_func_t func;
33 btrfs_func_t ordered_func;
34 btrfs_func_t ordered_free;
73 btrfs_func_t func,
74 btrfs_func_t ordered_func,
75 btrfs_func_t ordered_free);
Dasync-thread.c295 btrfs_func_t func, in btrfs_init_work()
296 btrfs_func_t ordered_func, in btrfs_init_work()
297 btrfs_func_t ordered_free) in btrfs_init_work()