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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c249 buf_brelse( theScanStatePtr->bufferPtr );
401 buf_brelse( scanState->bufferPtr );
H A DBTreeAllocate.c704 buf_brelse(bp);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c751 buf_brelse(bp);
755 buf_brelse(bp);
2144 buf_brelse(jinfo_bp);
2174 buf_brelse(jinfo_bp);
2205 buf_brelse(jinfo_bp);
2258 buf_brelse(jinfo_bp);
2275 buf_brelse(bp);
2282 buf_brelse(bp);
2372 buf_brelse(jinfo_bp);
2388 buf_brelse(jinfo_b
[all...]
H A Dhfs_btreeio.c180 buf_brelse(bp);
260 buf_brelse(bp); /* note: B-tree code will clear blockPtr->blockHeader and blockPtr->buffer */
288 * Set the B_LOCKED flag and unlock the buffer, causing buf_brelse to move
328 // on this block and if so, abort it (which will call buf_brelse()).
340 buf_brelse(bp); /* note: B-tree code will clear blockPtr->blockHeader and blockPtr->buffer */
H A Dhfs_vfsops.c905 buf_brelse(bp);
917 buf_brelse(bp);
987 buf_brelse(bp);
1454 buf_brelse(bp);
1699 buf_brelse(bp);
1800 buf_brelse(bp);
1804 buf_brelse(bp);
1900 buf_brelse(bp);
1904 buf_brelse(bp);
2073 buf_brelse(b
[all...]
H A Dhfs_readwrite.c4665 buf_brelse(head_bp);
4821 buf_brelse(bp);
4848 buf_brelse(bp);
H A Dhfs_vnops.c2499 buf_brelse(bp);
4803 buf_brelse(bp);
4815 buf_brelse(bp);
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1409 buf_brelse(bp);
1415 buf_brelse(bp);
1519 buf_brelse(bp);
1594 buf_brelse(bp);
1785 * when buf_brelse was last called on 'bp'
2100 buf_brelse(bp);
2254 buf_brelse(bp);
2338 buf_brelse(bp);
2516 buf_brelse(buf_t bp) function
2526 panic("buf_brelse
[all...]
H A Dvfs_journal.c775 buf_brelse(oblock_bp);
789 buf_brelse(oblock_bp);
806 buf_brelse(oblock_bp);
2657 // this will cause it to not be buf_brelse()'d
2681 // call buf_brelse() and return since this is just a block
2685 buf_brelse(bp);
2690 /* Still need to buf_brelse(). Callers assume we consume the bp. */
2691 buf_brelse(bp);
2728 buf_brelse(bp);
2746 /* Still need to buf_brelse()
[all...]
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c472 buf_brelse(bp);
480 buf_brelse(bp);
584 buf_brelse(bp);
591 buf_brelse(bp);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1373 buf_brelse(bp);
1429 buf_brelse(bp);
1458 buf_brelse(bp);

Completed in 73 milliseconds