Lines Matching refs:file_slot
33 u32 file_slot; member
43 u32 file_slot; member
1588 accept->file_slot = READ_ONCE(sqe->file_index); in io_accept_prep()
1589 if (accept->file_slot) { in io_accept_prep()
1593 accept->file_slot != IORING_FILE_INDEX_ALLOC) in io_accept_prep()
1611 bool fixed = !!accept->file_slot; in io_accept()
1648 accept->file_slot); in io_accept()
1687 sock->file_slot = READ_ONCE(sqe->file_index); in io_socket_prep()
1691 if (sock->file_slot && (sock->flags & SOCK_CLOEXEC)) in io_socket_prep()
1701 bool fixed = !!sock->file_slot; in io_socket()
1725 sock->file_slot); in io_socket()