Home
last modified time | relevance | path

Searched refs:file_table (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dfiletable.c18 struct io_file_table *table = &ctx->file_table; in io_file_bitmap_get()
78 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index);
87 io_file_bitmap_clear(&ctx->file_table, slot_index);
92 io_file_bitmap_set(&ctx->file_table, slot_index);
146 file_slot = io_fixed_file_slot(&ctx->file_table, offset); in io_fixed_fd_remove()
156 io_file_bitmap_clear(&ctx->file_table, offset); in io_fixed_fd_remove()
H A Drsrc.c386 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()
394 io_file_bitmap_clear(&ctx->file_table, i); in __io_sqe_files_update()
413 io_file_bitmap_set(&ctx->file_table, i); in __io_sqe_files_update()
665 struct file *file = io_file_from_index(&ctx->file_table, i); in __io_sqe_files_unregister()
669 io_file_bitmap_clear(&ctx->file_table, i); in __io_sqe_files_unregister()
673 io_free_file_tables(&ctx->file_table); in __io_sqe_files_unregister()
721 if (!io_alloc_file_tables(&ctx->file_table, nr_args)) { in io_sqe_files_register()
754 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_sqe_files_register()
756 io_file_bitmap_set(&ctx->file_table, i); in io_sqe_files_register()
H A Dfiletable.h71 ctx->file_table.alloc_hint = ctx->file_alloc_start; in io_reset_alloc_hint()
H A Dcancel.c249 cd->file = io_file_from_index(&ctx->file_table, fd); in __io_sync_cancel()
H A Dfdinfo.c156 struct file *f = io_file_from_index(&ctx->file_table, i); in io_uring_show_fdinfo()
H A Dmsg_ring.c170 file = io_file_from_index(&ctx->file_table, idx); in io_msg_grab_file()
H A Dio_uring.c1985 slot = io_fixed_file_slot(&ctx->file_table, fd); in io_file_get_fixed()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs_cache.c363 __ksmbd_close_fd(&work->sess->file_table, fp); in __put_fd_final()
388 ft = &work->sess->file_table; in ksmbd_close_fd()
432 return __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_foreign_fd()
437 struct ksmbd_file *fp = __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_fd_fast()
456 fp = __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_fd_slow()
593 ret = __open_id(&work->sess->file_table, fp, OPEN_ID_TYPE_VOLATILE_ID); in ksmbd_open_fd()
656 int num = __close_file_table_ids(&work->sess->file_table, in ksmbd_close_tree_conn_fds()
665 int num = __close_file_table_ids(&work->sess->file_table, in ksmbd_close_session_fds()
H A Dsmb2pdu.c2229 ksmbd_destroy_file_table(&sess->file_table); in smb2_session_logoff()
3432 ksmbd_update_fstate(&work->sess->file_table, fp, FP_INITED); in smb2_open()
/kernel/linux/linux-6.6/fs/smb/server/mgmt/
H A Duser_session.h61 struct ksmbd_file_table file_table; member
H A Duser_session.c151 ksmbd_destroy_file_table(&sess->file_table); in ksmbd_session_destroy()
348 if (ksmbd_init_file_table(&sess->file_table)) in __session_create()
/kernel/linux/linux-5.10/fs/
H A DMakefile9 obj-y := open.o read_write.o file_table.o super.o \
/kernel/linux/linux-6.6/fs/
H A DMakefile10 obj-y := open.o read_write.o file_table.o super.o \
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h246 struct io_file_table file_table; member
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c371 struct io_file_table file_table; member
6935 struct io_fixed_file *slot = io_fixed_file_slot(&ctx->file_table, index); in io_file_from_index()
6965 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed()
8010 io_free_file_tables(&ctx->file_table); in __io_sqe_files_unregister()
8400 if (!io_alloc_file_tables(&ctx->file_table, nr_args)) in io_sqe_files_register()
8432 io_fixed_file_set(io_fixed_file_slot(&ctx->file_table, i), file); in io_sqe_files_register()
8449 io_free_file_tables(&ctx->file_table); in io_sqe_files_register()
8494 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file()
8544 file_slot = io_fixed_file_slot(&ctx->file_table, offset); in io_close_fixed()
8596 file_slot = io_fixed_file_slot(&ctx->file_table, in __io_sqe_files_update()
[all...]

Completed in 34 milliseconds