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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c829 buf_t ds_bp; local
852 ds_bp = t_bp;
854 if (ds_bp == NULL && bp->b_data_ref)
855 panic("buf_make_private: b_data_ref != 0 && ds_bp == NULL");
857 if (ds_bp && (bp->b_data_ref == 0 || bp->b_shadow_ref == 0))
858 panic("buf_make_private: ref_count == 0 && ds_bp != NULL");
860 if (ds_bp == NULL) {
870 t_bp->b_data_store = ds_bp;
872 ds_bp->b_data_ref = bp->b_data_ref;

Completed in 28 milliseconds