Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dasync-thread.c211 work->ordered_func(work); in run_ordered_work()
275 if (work->ordered_func) in btrfs_work_helper()
298 btrfs_func_t ordered_func, btrfs_func_t ordered_free) in btrfs_init_work() argument
301 work->ordered_func = ordered_func; in btrfs_init_work()
314 if (work->ordered_func) { in btrfs_queue_work()
Dasync-thread.h19 btrfs_func_t ordered_func; member
35 btrfs_func_t ordered_func, btrfs_func_t ordered_free);
/linux-6.1.9/include/trace/events/
Dbtrfs.h1454 __field( const void *, ordered_func )
1463 __entry->ordered_func = work->ordered_func;
1471 __entry->func, __entry->ordered_func, __entry->ordered_free)