Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dasync-thread.c261 work->ordered_func(work); in run_ordered_work()
291 if (work->ordered_func) in normal_work_helper()
308 btrfs_func_t ordered_func, in btrfs_init_work() argument
312 work->ordered_func = ordered_func; in btrfs_init_work()
326 if (work->ordered_func) { in __btrfs_queue_work()
Dasync-thread.h33 btrfs_func_t ordered_func; member
76 btrfs_func_t ordered_func,
/linux-4.4.14/include/trace/events/
Dbtrfs.h999 __field( void *, ordered_func )
1008 __entry->ordered_func = work->ordered_func;
1016 __entry->func, __entry->ordered_func, __entry->ordered_free)