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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c771 if (bp->b_shadow_ref && bp->b_data_ref == 0 && external_storage == 0)
772 panic("buf_create_shadow: %p is in the private state (%d, %d)", bp, bp->b_shadow_ref, bp->b_data_ref);
807 bp->b_shadow_ref++;
835 KERNEL_DEBUG(0xbbbbc000 | DBG_FUNC_END, bp, bp->b_shadow_ref, 0, io_bp, 0);
849 KERNEL_DEBUG(0xbbbbc004 | DBG_FUNC_START, bp, bp->b_shadow_ref, 0, 0, 0);
851 if (bp->b_shadow_ref == 0 || bp->b_data_ref == 0 || ISSET(bp->b_lflags, BL_SHADOW)) {
853 KERNEL_DEBUG(0xbbbbc004 | DBG_FUNC_END, bp, bp->b_shadow_ref, 0, EINVAL, 0);
873 if (ds_bp && (bp->b_data_ref == 0 || bp->b_shadow_ref == 0))
881 KERNEL_DEBUG(0xbbbbc004 | DBG_FUNC_END, bp, bp->b_shadow_ref, 0, EINVAL, 0);
895 KERNEL_DEBUG(0xbbbbc004 | DBG_FUNC_END, bp, bp->b_shadow_ref,
[all...]
H A Dvfs_journal.c2665 if (bp->b_shadow_ref)
/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h154 #define b_shadow_ref b_validoff macro

Completed in 82 milliseconds