Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dvfs_cache.c35 static struct ksmbd_file_table global_ft; variable
80 read_lock(&global_ft.lock); in proc_show_files()
81 idr_for_each_entry(global_ft.idr, fp, id) { in proc_show_files()
117 read_unlock(&global_ft.lock); in proc_show_files()
419 idr_remove(global_ft.idr, fp->persistent_id); in __ksmbd_remove_durable_fd()
424 write_lock(&global_ft.lock); in ksmbd_remove_durable_fd()
426 write_unlock(&global_ft.lock); in ksmbd_remove_durable_fd()
615 return __ksmbd_lookup_fd(&global_ft, id); in ksmbd_lookup_global_fd()
622 fp = __ksmbd_lookup_fd(&global_ft, id); in ksmbd_lookup_durable_fd()
647 read_lock(&global_ft.lock); in ksmbd_lookup_fd_cguid()
[all …]