Lines Matching defs:file_slot
31 u32 file_slot;
41 u32 file_slot;
1363 accept->file_slot = READ_ONCE(sqe->file_index);
1364 if (accept->file_slot) {
1368 accept->file_slot != IORING_FILE_INDEX_ALLOC)
1385 bool fixed = !!accept->file_slot;
1421 accept->file_slot);
1449 sock->file_slot = READ_ONCE(sqe->file_index);
1453 if (sock->file_slot && (sock->flags & SOCK_CLOEXEC))
1463 bool fixed = !!sock->file_slot;
1487 sock->file_slot);