Home
last modified time | relevance | path

Searched refs:b_shadow_ref (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_bio.c928 bp->b_shadow_ref++; in buf_create_shadow_internal()
996 if (ds_bp && (bp->b_data_ref == 0 || bp->b_shadow_ref == 0)) { in buf_make_private()
2054 if (bp->b_shadow_ref == 0) { in bremfree_locked()
2640 bp_head->b_shadow_ref--; in buf_brelse_shadow()
2669 if (bp_head->b_shadow_ref == 0 && bp_head->b_shadow) { in buf_brelse_shadow()
2672 if (bp_head->b_shadow_ref && bp_head->b_shadow == 0) { in buf_brelse_shadow()
2676 if (bp_head->b_shadow_ref == 0) { in buf_brelse_shadow()
2877 if (bp->b_shadow_ref) { in buf_brelse()
2890 if (bp->b_shadow_ref) { in buf_brelse()
2945 if (bp->b_shadow_ref == 0) { in buf_brelse()
[all …]
/xnu-11215/bsd/sys/
H A Dbuf_internal.h162 #define b_shadow_ref b_validoff macro