Home
last modified time | relevance | path

Searched refs:share_item_timeout_wq (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_share.c118 queue_delayed_work(new_item->hst->share_item_timeout_wq, in insert_share_item()
141 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in update_share_item()
222 queue_delayed_work(item->hst->share_item_timeout_wq, in reset_item_opened_status()
269 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in hmdfs_close_share_item()
311 sbi->share_table.share_item_timeout_wq = in hmdfs_init_share_table()
314 if (!sbi->share_table.share_item_timeout_wq) in hmdfs_init_share_table()
332 destroy_workqueue(st->share_item_timeout_wq); in hmdfs_clear_share_table()
Dhmdfs.h105 struct workqueue_struct *share_item_timeout_wq; member