Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ksmbd/
Dvfs_cache.c361 __ksmbd_close_fd(&work->sess->file_table, fp); in __put_fd_final()
387 ft = &work->sess->file_table; in ksmbd_close_fd()
426 return __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_foreign_fd()
431 struct ksmbd_file *fp = __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_fd_fast()
450 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()
Dsmb2pdu.c2083 ksmbd_destroy_file_table(&sess->file_table); in smb2_session_logoff()
/linux-5.19.10/fs/ksmbd/mgmt/
Duser_session.c165 ksmbd_destroy_file_table(&sess->file_table); in ksmbd_session_destroy()
313 if (ksmbd_init_file_table(&sess->file_table)) in __session_create()
Duser_session.h61 struct ksmbd_file_table file_table; member
/linux-5.19.10/fs/
DMakefile11 obj-y := open.o read_write.o file_table.o super.o \
/linux-5.19.10/io_uring/
Dio_uring.c423 struct io_file_table file_table; member
5188 struct io_file_table *table = &ctx->file_table; in io_file_bitmap_get()
8131 struct io_fixed_file *slot = io_fixed_file_slot(&ctx->file_table, index); in io_file_from_index()
8156 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed()
8162 WARN_ON_ONCE(file && !test_bit(fd, ctx->file_table.bitmap)); in io_file_get_fixed()
9267 if (io_fixed_file_slot(&ctx->file_table, i)->file_ptr & FFS_SCM) in __io_sqe_files_unregister()
9269 io_file_bitmap_clear(&ctx->file_table, i); in __io_sqe_files_unregister()
9283 io_free_file_tables(&ctx->file_table); in __io_sqe_files_unregister()
9637 if (!io_alloc_file_tables(&ctx->file_table, nr_args)) { in io_sqe_files_register()
9679 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_sqe_files_register()
[all …]