Home
last modified time | relevance | path

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

/fs/btrfs/
Dasync-thread.c282 work->ordered_func(work); in run_ordered_work()
312 if (work->ordered_func) in normal_work_helper()
336 btrfs_func_t ordered_func, in btrfs_init_work() argument
340 work->ordered_func = ordered_func; in btrfs_init_work()
354 if (work->ordered_func) { in __btrfs_queue_work()
Dasync-thread.h33 btrfs_func_t ordered_func; member
76 btrfs_func_t ordered_func,