Searched refs:global_ft (Results 1 – 1 of 1) sorted by relevance
36 static struct ksmbd_file_table global_ft; variable81 read_lock(&global_ft.lock); in proc_show_files()82 idr_for_each_entry(global_ft.idr, fp, id) { in proc_show_files()118 read_unlock(&global_ft.lock); in proc_show_files()420 idr_remove(global_ft.idr, fp->persistent_id); in __ksmbd_remove_durable_fd()433 write_lock(&global_ft.lock); in ksmbd_remove_durable_fd()435 write_unlock(&global_ft.lock); in ksmbd_remove_durable_fd()653 return __ksmbd_lookup_fd(&global_ft, id); in ksmbd_lookup_global_fd()660 fp = __ksmbd_lookup_fd(&global_ft, id); in ksmbd_lookup_durable_fd()685 read_lock(&global_ft.lock); in ksmbd_lookup_fd_cguid()[all …]