Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dasync-thread.c248 work->ordered_func(work); in run_ordered_work()
312 if (work->ordered_func) in btrfs_work_helper()
329 btrfs_func_t ordered_func, btrfs_func_t ordered_free) in btrfs_init_work() argument
332 work->ordered_func = ordered_func; in btrfs_init_work()
346 if (work->ordered_func) { in __btrfs_queue_work()
Dasync-thread.h22 btrfs_func_t ordered_func; member
38 btrfs_func_t ordered_func, btrfs_func_t ordered_free);
/Linux-v5.10/include/trace/events/
Dbtrfs.h1389 __field( const void *, ordered_func )
1398 __entry->ordered_func = work->ordered_func;
1406 __entry->func, __entry->ordered_func, __entry->ordered_free)