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

/xnu-2782.1.97/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-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c875 buf_brelse(bp);
887 buf_brelse(bp);
957 buf_brelse(bp);
1384 buf_brelse(bp);
1632 buf_brelse(bp);
1734 buf_brelse(bp);
1738 buf_brelse(bp);
1834 buf_brelse(bp);
1838 buf_brelse(bp);
1973 buf_brelse(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_vfsutils.c857 buf_brelse(bp);
861 buf_brelse(bp);
2503 buf_brelse(jinfo_bp);
2533 buf_brelse(jinfo_bp);
2565 buf_brelse(jinfo_bp);
2619 buf_brelse(jinfo_bp);
2636 buf_brelse(bp);
2643 buf_brelse(bp);
2735 buf_brelse(jinfo_bp);
2751 buf_brelse(jinfo_b
[all...]
H A Dhfs_resize.c312 buf_brelse(bp);
427 buf_brelse(bp);
2319 buf_brelse(bp);
2604 buf_brelse(old_bp);
2612 buf_brelse(old_bp);
H A Dhfs_vnops.c3120 buf_brelse(bp);
5783 buf_brelse(bp);
5795 buf_brelse(bp);
H A Dhfs_readwrite.c5333 buf_brelse(bp);
5360 buf_brelse(bp);
/xnu-2782.1.97/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-2782.1.97/bsd/vfs/
H A Dvfs_bio.c1446 buf_brelse(bp);
1452 buf_brelse(bp);
1556 buf_brelse(bp);
1631 buf_brelse(bp);
1822 * when buf_brelse was last called on 'bp'
2124 buf_brelse(bp);
2280 buf_brelse(bp);
2365 buf_brelse(bp);
2542 buf_brelse(buf_t bp) function
2552 panic("buf_brelse
[all...]
H A Dvfs_journal.c795 buf_brelse(oblock_bp);
809 buf_brelse(oblock_bp);
826 buf_brelse(oblock_bp);
2699 // this will cause it to not be buf_brelse()'d
2723 // call buf_brelse() and return since this is just a block
2727 buf_brelse(bp);
2732 /* Still need to buf_brelse(). Callers assume we consume the bp. */
2733 buf_brelse(bp);
2770 buf_brelse(bp);
2788 /* Still need to buf_brelse()
[all...]
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c510 buf_brelse(bp);
518 buf_brelse(bp);
622 buf_brelse(bp);
629 buf_brelse(bp);
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1462 buf_brelse(bp);
1542 buf_brelse(bp);
1599 buf_brelse(bp);
1634 buf_brelse(bp);

Completed in 279 milliseconds