Searched refs:fsyncp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h48 user_addr_t fsyncp; /* not NULL means this request must complete */ member in struct:aio_workq_entry
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c1446 if ( my_entryp->fsyncp != USER_ADDR_NULL &&
1447 entryp->uaiocbp == my_entryp->fsyncp &&
1527 * fsync. We set the fsyncp field of each matching async IO
1668 * requests at the moment the aio_fsync call is queued. We use aio_workq_entry.fsyncp
1670 * field from the aio_fsync call as the aio_workq_entry.fsyncp in marked requests.
1681 my_entryp->fsyncp = entryp->uaiocbp;
1688 my_entryp->fsyncp = entryp->uaiocbp;

Completed in 26 milliseconds