Lines Matching defs:file_slot
33 u32 file_slot;
43 u32 file_slot;
1623 accept->file_slot = READ_ONCE(sqe->file_index);
1624 if (accept->file_slot) {
1628 accept->file_slot != IORING_FILE_INDEX_ALLOC)
1646 bool fixed = !!accept->file_slot;
1683 accept->file_slot);
1713 sock->file_slot = READ_ONCE(sqe->file_index);
1717 if (sock->file_slot && (sock->flags & SOCK_CLOEXEC))
1727 bool fixed = !!sock->file_slot;
1751 sock->file_slot);