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

/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c249 buf_brelse( theScanStatePtr->bufferPtr );
401 buf_brelse( scanState->bufferPtr );
H A DBTreeAllocate.c704 buf_brelse(bp);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsutils.c792 buf_brelse(bp);
796 buf_brelse(bp);
2311 buf_brelse(jinfo_bp);
2341 buf_brelse(jinfo_bp);
2373 buf_brelse(jinfo_bp);
2427 buf_brelse(jinfo_bp);
2444 buf_brelse(bp);
2451 buf_brelse(bp);
2543 buf_brelse(jinfo_bp);
2559 buf_brelse(jinfo_b
[all...]
H A Dhfs_btreeio.c205 buf_brelse(bp);
285 buf_brelse(bp); /* note: B-tree code will clear blockPtr->blockHeader and blockPtr->buffer */
313 * Set the B_LOCKED flag and unlock the buffer, causing buf_brelse to move
353 // on this block and if so, abort it (which will call buf_brelse()).
365 buf_brelse(bp); /* note: B-tree code will clear blockPtr->blockHeader and blockPtr->buffer */
H A Dhfs_vfsops.c885 buf_brelse(bp);
897 buf_brelse(bp);
967 buf_brelse(bp);
1389 buf_brelse(bp);
1638 buf_brelse(bp);
1740 buf_brelse(bp);
1744 buf_brelse(bp);
1840 buf_brelse(bp);
1844 buf_brelse(bp);
1979 buf_brelse(b
[all...]
H A Dhfs_vnops.c2849 buf_brelse(bp);
5458 buf_brelse(bp);
5470 buf_brelse(bp);
H A Dhfs_readwrite.c5269 buf_brelse(bp);
5296 buf_brelse(bp);
/xnu-2422.115.4/bsd/sys/
H A Dbuf.h106 @abstract Mark a buffer as "aged," i.e. as a good candidate to be discarded and reused after buf_brelse().
113 @abstract Mark a buffer as not having valid data and being ready for immediate reuse after buf_brelse().
336 buf_unmap() does nothing; buf_brelse() will take care of unmapping. For a B_CLUSTER buffer, i.e. an iobuf
338 with an underlying "real" buffer through cluster_bp(), buf_unmap() does nothing; buf_brelse() on the
569 invalid and call buf_brelse() (see "flags" param for what happens if the buffer is busy).
570 buf_brelse(), noticing that it is invalid, will
744 BUF_RETURNED: buf_iterate() should call buf_brelse() on the buffer.
745 BUF_RETURNED_DONE: buf_iterate() should call buf_brelse() on the buffer and then stop iterating.
746 BUF_CLAIMED: buf_iterate() should continue iterating (and not call buf_brelse()).
747 BUF_CLAIMED_DONE: buf_iterate() should stop iterating (and not call buf_brelse())
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1427 buf_brelse(bp);
1433 buf_brelse(bp);
1537 buf_brelse(bp);
1612 buf_brelse(bp);
1803 * when buf_brelse was last called on 'bp'
2118 buf_brelse(bp);
2276 buf_brelse(bp);
2362 buf_brelse(bp);
2539 buf_brelse(buf_t bp) function
2549 panic("buf_brelse
[all...]
H A Dvfs_journal.c776 buf_brelse(oblock_bp);
790 buf_brelse(oblock_bp);
807 buf_brelse(oblock_bp);
2668 // this will cause it to not be buf_brelse()'d
2692 // call buf_brelse() and return since this is just a block
2696 buf_brelse(bp);
2701 /* Still need to buf_brelse(). Callers assume we consume the bp. */
2702 buf_brelse(bp);
2739 buf_brelse(bp);
2757 /* Still need to buf_brelse()
[all...]
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c509 buf_brelse(bp);
517 buf_brelse(bp);
621 buf_brelse(bp);
628 buf_brelse(bp);
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1420 buf_brelse(bp);
1500 buf_brelse(bp);
1557 buf_brelse(bp);
1592 buf_brelse(bp);

Completed in 166 milliseconds