Lines Matching refs:file_slot
31 u32 file_slot; member
41 u32 file_slot; member
1280 accept->file_slot = READ_ONCE(sqe->file_index); in io_accept_prep()
1281 if (accept->file_slot) { in io_accept_prep()
1285 accept->file_slot != IORING_FILE_INDEX_ALLOC) in io_accept_prep()
1303 bool fixed = !!accept->file_slot; in io_accept()
1339 accept->file_slot); in io_accept()
1366 sock->file_slot = READ_ONCE(sqe->file_index); in io_socket_prep()
1370 if (sock->file_slot && (sock->flags & SOCK_CLOEXEC)) in io_socket_prep()
1380 bool fixed = !!sock->file_slot; in io_socket()
1404 sock->file_slot); in io_socket()