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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c127 static errno_t buf_acquire_locked(buf_t bp, int flags, int slpflag, int slptimeo);
1394 if (buf_acquire_locked(bp, lock_flags, 0, 0)) {
1486 if ( (error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo)) ) {
1505 * in buf_acquire_locked, terminate the scan and return the error
1557 if ( (error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo)) ) {
1576 * in buf_acquire_locked, terminate the scan and return the error
1642 if ((error = buf_acquire_locked(bp, lock_flags, 0, 0)) == EBUSY) {
3690 error = buf_acquire_locked(bp, flags, slpflag, slptimeo);
3699 buf_acquire_locked(buf_t bp, int flags, int slpflag, int slptimeo) function

Completed in 16 milliseconds