Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dasync-thread.c255 work->ordered_func(work); in run_ordered_work()
319 if (work->ordered_func) in btrfs_work_helper()
343 btrfs_func_t ordered_func, btrfs_func_t ordered_free) in btrfs_init_work() argument
346 work->ordered_func = ordered_func; in btrfs_init_work()
360 if (work->ordered_func) { in __btrfs_queue_work()
H A Dasync-thread.h22 btrfs_func_t ordered_func; member
38 btrfs_func_t ordered_func, btrfs_func_t ordered_free);
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h1389 __field( const void *, ordered_func )
1398 __entry->ordered_func = work->ordered_func;
1406 __entry->func, __entry->ordered_func, __entry->ordered_free)