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

/linux-master/io_uring/
H A Dfiletable.c18 struct io_file_table *table = &ctx->file_table;
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);
156 io_file_bitmap_clear(&ctx->file_table, offset);
H A Dfiletable.h71 ctx->file_table.alloc_hint = ctx->file_alloc_start;
H A Drsrc.c386 file_slot = io_fixed_file_slot(&ctx->file_table, i);
394 io_file_bitmap_clear(&ctx->file_table, i);
413 io_file_bitmap_set(&ctx->file_table, i);
665 struct file *file = io_file_from_index(&ctx->file_table, i);
669 io_file_bitmap_clear(&ctx->file_table, i);
673 io_free_file_tables(&ctx->file_table);
721 if (!io_alloc_file_tables(&ctx->file_table, nr_args)) {
754 file_slot = io_fixed_file_slot(&ctx->file_table, i);
756 io_file_bitmap_set(&ctx->file_table, i);
H A Dmsg_ring.c170 file = io_file_from_index(&ctx->file_table, idx);
H A Dfdinfo.c170 struct file *f = io_file_from_index(&ctx->file_table, i);
H A Dcancel.c258 cd->file = io_file_from_index(&ctx->file_table, fd);
H A Dio_uring.c2055 slot = io_fixed_file_slot(&ctx->file_table, fd);
/linux-master/fs/smb/server/mgmt/
H A Duser_session.h61 struct ksmbd_file_table file_table; member in struct:ksmbd_session
H A Duser_session.c151 ksmbd_destroy_file_table(&sess->file_table);
327 ksmbd_destroy_file_table(&prev_sess->file_table);
374 if (ksmbd_init_file_table(&sess->file_table))
/linux-master/fs/smb/server/
H A Dvfs_cache.c364 __ksmbd_close_fd(&work->sess->file_table, fp);
389 ft = &work->sess->file_table;
433 return __ksmbd_lookup_fd(&work->sess->file_table, id);
438 struct ksmbd_file *fp = __ksmbd_lookup_fd(&work->sess->file_table, id);
457 fp = __ksmbd_lookup_fd(&work->sess->file_table, id);
615 ret = __open_id(&work->sess->file_table, fp, OPEN_ID_TYPE_VOLATILE_ID);
725 int num = __close_file_table_ids(&work->sess->file_table,
734 int num = __close_file_table_ids(&work->sess->file_table,
812 __open_id(&work->sess->file_table, fp, OPEN_ID_TYPE_VOLATILE_ID);
H A Dsmb2pdu.c2214 ksmbd_destroy_file_table(&sess->file_table);
3668 ksmbd_update_fstate(&work->sess->file_table, fp, FP_INITED);
/linux-master/fs/
H A DMakefile10 obj-y := open.o read_write.o file_table.o super.o \
/linux-master/include/linux/
H A Dio_uring_types.h290 struct io_file_table file_table; member in struct:io_ring_ctx::__anon48

Completed in 867 milliseconds