Lines Matching defs:file
4 #include <linux/file.h>
63 static int io_install_fixed_file(struct io_ring_ctx *ctx, struct file *file,
70 if (io_is_uring_fops(file))
91 io_fixed_file_set(file_slot, file);
96 int __io_fixed_fd_install(struct io_ring_ctx *ctx, struct file *file,
111 ret = io_install_fixed_file(ctx, file, file_slot);
121 struct file *file, unsigned int file_slot)
127 ret = __io_fixed_fd_install(ctx, file, file_slot);
131 fput(file);