Home
last modified time | relevance | path

Searched refs:iterationCookie (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp515 iterative_io_cookie* iterationCookie in do_iterative_fd_io() local
519 if (iterationCookie == NULL) { in do_iterative_fd_io()
525 iterationCookie->vnode = vnode; in do_iterative_fd_io()
526 iterationCookie->descriptor = descriptor; in do_iterative_fd_io()
527 iterationCookie->get_vecs = getVecs; in do_iterative_fd_io()
528 iterationCookie->finished = finished; in do_iterative_fd_io()
529 iterationCookie->cookie = cookie; in do_iterative_fd_io()
530 iterationCookie->request_offset = request->Offset(); in do_iterative_fd_io()
531 iterationCookie->next_finished_callback = request->FinishedCallback( in do_iterative_fd_io()
532 &iterationCookie->next_finished_cookie); in do_iterative_fd_io()
[all …]