Lines Matching defs:fixed
353 * This indirection could e.g. be used to assign fixed
1097 struct io_kiocb *req, int fd, bool fixed,
3011 /* used for fixed read/write too - just read unconditionally */
3136 * using the latter parts of a big fixed buffer - it iterates
3329 /* buffer index only valid with fixed read/write, or buffer select */
3434 /* can only be fixed buffers, no need to do anything */
4229 bool fixed = !!req->open.file_slot;
4250 if (!fixed) {
4263 if (!fixed)
4278 if (!fixed)
5220 bool fixed = !!accept->file_slot;
5224 if (!fixed) {
5233 if (!fixed)
5243 } else if (!fixed) {
6983 /* we don't allow fixed io_uring files */
6990 struct io_kiocb *req, int fd, bool fixed,
6993 if (fixed)