Lines Matching refs:file_slot
32 u32 file_slot; member
42 u32 file_slot; member
1633 accept->file_slot = READ_ONCE(sqe->file_index); in io_accept_prep()
1634 if (accept->file_slot) { in io_accept_prep()
1638 accept->file_slot != IORING_FILE_INDEX_ALLOC) in io_accept_prep()
1656 bool fixed = !!accept->file_slot; in io_accept()
1693 accept->file_slot); in io_accept()
1723 sock->file_slot = READ_ONCE(sqe->file_index); in io_socket_prep()
1727 if (sock->file_slot && (sock->flags & SOCK_CLOEXEC)) in io_socket_prep()
1737 bool fixed = !!sock->file_slot; in io_socket()
1761 sock->file_slot); in io_socket()