Searched refs:file_table (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/fs/ksmbd/ |
D | vfs_cache.c | 362 __ksmbd_close_fd(&work->sess->file_table, fp); in __put_fd_final() 388 ft = &work->sess->file_table; in ksmbd_close_fd() 427 return __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_foreign_fd() 432 struct ksmbd_file *fp = __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_fd_fast() 451 fp = __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_fd_slow() 583 ret = __open_id(&work->sess->file_table, fp, OPEN_ID_TYPE_VOLATILE_ID); in ksmbd_open_fd() 635 int num = __close_file_table_ids(&work->sess->file_table, in ksmbd_close_tree_conn_fds() 644 int num = __close_file_table_ids(&work->sess->file_table, in ksmbd_close_session_fds()
|
D | smb2pdu.c | 2059 ksmbd_destroy_file_table(&sess->file_table); in smb2_session_logoff()
|
/Linux-v5.15/fs/ksmbd/mgmt/ |
D | user_session.c | 165 ksmbd_destroy_file_table(&sess->file_table); in ksmbd_session_destroy() 313 if (ksmbd_init_file_table(&sess->file_table)) in __session_create()
|
D | user_session.h | 62 struct ksmbd_file_table file_table; member
|
/Linux-v5.15/fs/ |
D | Makefile | 9 obj-y := open.o read_write.o file_table.o super.o \
|
D | io_uring.c | 371 struct io_file_table file_table; member 6826 struct io_fixed_file *slot = io_fixed_file_slot(&ctx->file_table, index); in io_file_from_index() 6853 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed() 7860 io_free_file_tables(&ctx->file_table); in __io_sqe_files_unregister() 8237 if (!io_alloc_file_tables(&ctx->file_table, nr_args)) in io_sqe_files_register() 8269 io_fixed_file_set(io_fixed_file_slot(&ctx->file_table, i), file); in io_sqe_files_register() 8286 io_free_file_tables(&ctx->file_table); in io_sqe_files_register() 8372 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file() 8428 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_close_fixed() 8480 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()
|