Lines Matching refs:file_slot
31 u32 file_slot; member
41 u32 file_slot; member
1245 accept->file_slot = READ_ONCE(sqe->file_index); in io_accept_prep()
1246 if (accept->file_slot) { in io_accept_prep()
1250 accept->file_slot != IORING_FILE_INDEX_ALLOC) in io_accept_prep()
1268 bool fixed = !!accept->file_slot; in io_accept()
1302 accept->file_slot); in io_accept()
1328 sock->file_slot = READ_ONCE(sqe->file_index); in io_socket_prep()
1332 if (sock->file_slot && (sock->flags & SOCK_CLOEXEC)) in io_socket_prep()
1342 bool fixed = !!sock->file_slot; in io_socket()
1366 sock->file_slot); in io_socket()