Searched refs:ml_work (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_merge.c | 397 struct merge_lookup_work *ml_work; in merge_lookup_work_func() local 402 ml_work = container_of(work, struct merge_lookup_work, work); in merge_lookup_work_func() 403 mdi = container_of(ml_work->wait_queue, struct hmdfs_dentry_info_merge, in merge_lookup_work_func() 406 trace_hmdfs_merge_lookup_work_enter(ml_work); in merge_lookup_work_func() 408 comrade = merge_lookup_comrade(ml_work->sbi, ml_work->name, in merge_lookup_work_func() 409 ml_work->devid, ml_work->flags); in merge_lookup_work_func() 427 wake_up_all(ml_work->wait_queue); in merge_lookup_work_func() 430 trace_hmdfs_merge_lookup_work_exit(ml_work, foun in merge_lookup_work_func() 440 struct merge_lookup_work *ml_work; merge_lookup_async() local [all...] |
H A D | hmdfs_trace.h | 857 TP_PROTO(struct merge_lookup_work *ml_work), 859 TP_ARGS(ml_work), 863 __string(name, ml_work->name) 868 __entry->devid = ml_work->devid; 869 __assign_str(name, ml_work->name); 870 __entry->flags = ml_work->flags; 881 TP_PROTO(struct merge_lookup_work *ml_work, int found), 883 TP_ARGS(ml_work, found), 887 __string(name, ml_work->name) 893 __entry->devid = ml_work [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_merge.c | 397 struct merge_lookup_work *ml_work; in merge_lookup_work_func() local 402 ml_work = container_of(work, struct merge_lookup_work, work); in merge_lookup_work_func() 403 mdi = container_of(ml_work->wait_queue, struct hmdfs_dentry_info_merge, in merge_lookup_work_func() 406 trace_hmdfs_merge_lookup_work_enter(ml_work); in merge_lookup_work_func() 408 comrade = merge_lookup_comrade(ml_work->sbi, ml_work->name, in merge_lookup_work_func() 409 ml_work->devid, ml_work->flags); in merge_lookup_work_func() 427 wake_up_all(ml_work->wait_queue); in merge_lookup_work_func() 430 trace_hmdfs_merge_lookup_work_exit(ml_work, foun in merge_lookup_work_func() 440 struct merge_lookup_work *ml_work; merge_lookup_async() local [all...] |
H A D | hmdfs_trace.h | 857 TP_PROTO(struct merge_lookup_work *ml_work), 859 TP_ARGS(ml_work), 863 __string(name, ml_work->name) 868 __entry->devid = ml_work->devid; 869 __assign_str(name, ml_work->name); 870 __entry->flags = ml_work->flags; 881 TP_PROTO(struct merge_lookup_work *ml_work, int found), 883 TP_ARGS(ml_work, found), 887 __string(name, ml_work->name) 893 __entry->devid = ml_work [all...] |
Completed in 4 milliseconds