Home
last modified time | relevance | path

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

/linux-4.4.14/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;
75 btrfs_func_t func,
76 btrfs_func_t ordered_func,
77 btrfs_func_t ordered_free);
Dasync-thread.c307 btrfs_func_t func, in btrfs_init_work()
308 btrfs_func_t ordered_func, in btrfs_init_work()
309 btrfs_func_t ordered_free) in btrfs_init_work()