Searched refs:file_table (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/io_uring/ |
H A D | filetable.c | 18 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 D | rsrc.c | 387 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 D | filetable.h | 71 ctx->file_table.alloc_hint = ctx->file_alloc_start; in io_reset_alloc_hint()
|
H A D | fdinfo.c | 156 struct file *f = io_file_from_index(&ctx->file_table, i); in io_uring_show_fdinfo()
|
H A D | msg_ring.c | 170 file = io_file_from_index(&ctx->file_table, idx); in io_msg_grab_file()
|
H A D | cancel.c | 249 cd->file = io_file_from_index(&ctx->file_table, fd); in __io_sync_cancel()
|
H A D | io_uring.c | 2015 slot = io_fixed_file_slot(&ctx->file_table, fd); in io_file_get_fixed()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs_cache.c | 365 __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 D | smb2pdu.c | 2238 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 D | user_session.c | 154 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 D | user_session.h | 61 struct ksmbd_file_table file_table; member
|
/openbmc/pldm/libpldmresponder/ |
H A D | meson.build | 50 '../oem/ibm/libpldmresponder/file_table.cpp',
|
/openbmc/linux/fs/ |
H A D | Makefile | 10 obj-y := open.o read_write.o file_table.o super.o \
|
/openbmc/linux/include/linux/ |
H A D | io_uring_types.h | 246 struct io_file_table file_table; member
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |