Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_share.c181 spin_lock(&sbi->share_table.item_list_lock); in get_path_from_share_table()
182 item = hmdfs_lookup_share_item(&sbi->share_table, &relative_path); in get_path_from_share_table()
190 spin_unlock(&sbi->share_table.item_list_lock); in get_path_from_share_table()
201 spin_lock(&sbi->share_table.item_list_lock); in hmdfs_clear_share_item_offline()
202 list_for_each_entry_safe(item, tmp, &sbi->share_table.item_list_head, in hmdfs_clear_share_item_offline()
210 spin_unlock(&sbi->share_table.item_list_lock); in hmdfs_clear_share_item_offline()
218 spin_lock(&sbi->share_table.item_list_lock); in reset_item_opened_status()
219 item = hmdfs_lookup_share_item(&sbi->share_table, &candidate); in reset_item_opened_status()
225 spin_unlock(&sbi->share_table.item_list_lock); in reset_item_opened_status()
244 spin_lock(&sbi->share_table.item_list_lock); in hmdfs_close_share_item()
[all …]
Dfile_local.c296 struct hmdfs_share_table *st = &sbi->share_table; in __hmdfs_ioc_set_share_path()
340 spin_lock(&sbi->share_table.item_list_lock); in __hmdfs_ioc_set_share_path()
353 spin_unlock(&sbi->share_table.item_list_lock); in __hmdfs_ioc_set_share_path()
Dhmdfs.h200 struct hmdfs_share_table share_table; member