Lines Matching defs:file
5 #include <linux/file.h>
12 struct file *file, unsigned int file_slot);
13 int __io_fixed_fd_install(struct io_ring_ctx *ctx, struct file *file,
20 unsigned int io_file_get_flags(struct file *file);
51 static inline struct file *io_slot_file(struct io_fixed_file *slot)
53 return (struct file *)(slot->file_ptr & FFS_MASK);
56 static inline struct file *io_file_from_index(struct io_file_table *table,
63 struct file *file)
65 file_slot->file_ptr = (unsigned long)file |
66 (io_file_get_flags(file) >> REQ_F_SUPPORT_NOWAIT_BIT);