Searched refs:buf_biowait (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c200 error = (int)buf_biowait(bp);
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf.h132 @discussion Waiters for I/O to complete (buf_biowait()) will return with EINTR when woken up.
775 Callers can wait for writes to complete at their discretion using buf_biowait(). When this function is called,
809 @return 0 for success; errors from buf_biowait().
822 waiters on the bp (e.g. in buf_biowait()) are woken up.
829 @function buf_biowait
835 errno_t buf_biowait(buf_t);
866 @return 0 for success, or an error from buf_biowait().
886 @return 0 for success, or an error from buf_biowait().
903 @return 0 for success, or an error from buf_biowait().
922 @return 0 for success, or an error from buf_biowait()
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1153 if ((error = (int)buf_biowait(io_bp)))
2135 return (buf_biowait(bp));
2152 return (buf_biowait(bp));
2168 return (buf_biowait(bp));
2238 rv = buf_biowait(bp);
3748 buf_biowait(buf_t bp) function
3756 (void) msleep(bp, buf_mtxp, PDROP | (PRIBIO+1), "buf_biowait", NULL);
3913 * the buf owner calling buf_biowait so that we'll
H A Dvfs_cluster.c873 buf_biowait(cbp);
890 buf_biowait(cbp);
H A Dvfs_journal.c393 err = (int)buf_biowait(bp);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4928 err = buf_biowait(bp);
4975 err = buf_biowait(bp);

Completed in 59 milliseconds