Home
last modified time | relevance | path

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

/openbmc/linux/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); in io_install_fixed_file()
87 io_file_bitmap_clear(&ctx->file_table, slot_index); in io_install_fixed_file()
92 io_file_bitmap_set(&ctx->file_table, slot_index); in io_install_fixed_file()
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.c387 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()
395 io_file_bitmap_clear(&ctx->file_table, i); in __io_sqe_files_update()
414 io_file_bitmap_set(&ctx->file_table, i); in __io_sqe_files_update()
666 struct file *file = io_file_from_index(&ctx->file_table, i); in __io_sqe_files_unregister()
670 io_file_bitmap_clear(&ctx->file_table, i); in __io_sqe_files_unregister()
674 io_free_file_tables(&ctx->file_table); in __io_sqe_files_unregister()
722 if (!io_alloc_file_tables(&ctx->file_table, nr_args)) { in io_sqe_files_register()
755 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_sqe_files_register()
757 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 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 Dcancel.c249 cd->file = io_file_from_index(&ctx->file_table, fd); in __io_sync_cancel()
H A Dio_uring.c2015 slot = io_fixed_file_slot(&ctx->file_table, fd); in io_file_get_fixed()
/openbmc/linux/fs/smb/server/
H A Dvfs_cache.c365 __ksmbd_close_fd(&work->sess->file_table, fp); in __put_fd_final()
390 ft = &work->sess->file_table; in ksmbd_close_fd()
434 return __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_foreign_fd()
439 struct ksmbd_file *fp = __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_fd_fast()
458 fp = __ksmbd_lookup_fd(&work->sess->file_table, id); in ksmbd_lookup_fd_slow()
616 ret = __open_id(&work->sess->file_table, fp, OPEN_ID_TYPE_VOLATILE_ID); in ksmbd_open_fd()
728 int num = __close_file_table_ids(&work->sess->file_table, in ksmbd_close_tree_conn_fds()
737 int num = __close_file_table_ids(&work->sess->file_table, in ksmbd_close_session_fds()
816 __open_id(&work->sess->file_table, fp, OPEN_ID_TYPE_VOLATILE_ID); in ksmbd_reopen_durable_fd()
H A Dsmb2pdu.c2238 ksmbd_destroy_file_table(&sess->file_table); in smb2_session_logoff()
3688 ksmbd_update_fstate(&work->sess->file_table, fp, FP_INITED); in smb2_open()
/openbmc/linux/fs/smb/server/mgmt/
H A Duser_session.c154 ksmbd_destroy_file_table(&sess->file_table); in ksmbd_session_destroy()
358 ksmbd_destroy_file_table(&prev_sess->file_table); in destroy_previous_session()
406 if (ksmbd_init_file_table(&sess->file_table)) in __session_create()
H A Duser_session.h61 struct ksmbd_file_table file_table; member
/openbmc/pldm/libpldmresponder/
H A Dmeson.build50 '../oem/ibm/libpldmresponder/file_table.cpp',
/openbmc/linux/fs/
H A DMakefile10 obj-y := open.o read_write.o file_table.o super.o \
/openbmc/linux/include/linux/
H A Dio_uring_types.h246 struct io_file_table file_table; member
/openbmc/linux/
H A Dopengrok2.0.log[all...]
H A Dopengrok1.0.log[all...]