Lines Matching refs:bio_data
664 gj_free(bp->bio_data, bp->bio_length); in g_journal_metadata_done()
708 bp->bio_data = sector; in g_journal_metadata_update()
747 strlcpy(bp->bio_data, bp->bio_to->name, bp->bio_length); in g_journal_start()
786 bp->bio_data = NULL; in g_journal_new_bio()
788 bp->bio_data = gj_malloc(bp->bio_length, flags); in g_journal_new_bio()
789 if (bp->bio_data != NULL) in g_journal_new_bio()
790 bcopy(data, bp->bio_data, bp->bio_length); in g_journal_new_bio()
798 (bp)->bio_data, flags)
881 if (cbp->bio_data != NULL) { in g_journal_insert()
882 gj_free(cbp->bio_data, cend - cstart); in g_journal_insert()
883 cbp->bio_data = NULL; in g_journal_insert()
886 cbp->bio_data = gj_malloc(cbp->bio_length, in g_journal_insert()
888 if (cbp->bio_data != NULL) { in g_journal_insert()
889 bcopy(data, cbp->bio_data, in g_journal_insert()
914 if (cbp->bio_data != NULL) { in g_journal_insert()
915 cbp->bio_data = gj_realloc(cbp->bio_data, in g_journal_insert()
940 if (cbp->bio_data == NULL) in g_journal_insert()
943 tmpdata = cbp->bio_data + nend - cstart; in g_journal_insert()
949 if (cbp->bio_data != NULL) { in g_journal_insert()
950 cbp->bio_data = gj_realloc(cbp->bio_data, in g_journal_insert()
978 tmpdata = cbp->bio_data; in g_journal_insert()
980 cbp->bio_data = gj_malloc(cbp->bio_length, in g_journal_insert()
982 if (cbp->bio_data != NULL) { in g_journal_insert()
984 cbp->bio_data, cbp->bio_length); in g_journal_insert()
1010 (intmax_t)cbp->bio_joffset, cbp->bio_data); in g_journal_insert()
1033 if (cbp->bio_data == NULL) { in g_journal_optimize()
1061 pbp->bio_data = gj_realloc(pbp->bio_data, in g_journal_optimize()
1063 bcopy(cbp->bio_data, pbp->bio_data + pbp->bio_length, in g_journal_optimize()
1065 gj_free(cbp->bio_data, cbp->bio_length); in g_journal_optimize()
1108 cbp->bio_data = gj_malloc(bp->bio_length, M_WAITOK); in g_journal_read_first()
1139 if (bp->bio_data == NULL) in g_journal_copy_send()
1188 gj_free(bp->bio_data, bp->bio_length); in g_journal_copy_read_done()
1194 pbp->bio_data = bp->bio_data; in g_journal_copy_read_done()
1221 gj_free(bp->bio_data, bp->bio_length); in g_journal_copy_write_done()
1305 data = bp->bio_data; in g_journal_flush()
1313 bp->bio_data = data; in g_journal_flush()
1343 fbp->bio_data = data; in g_journal_flush()
1370 gj_free(bp->bio_data, bp->bio_length); in g_journal_flush_done()
1504 if (bp->bio_data == NULL) in g_journal_read_find()
1508 bcopy(bp->bio_data + cstart - bp->bio_offset, in g_journal_read_find()
1509 pbp->bio_data + cstart - pbp->bio_offset, cend - cstart); in g_journal_read_find()
1585 if (bp->bio_data == NULL) { in g_journal_read()
1588 nbp->bio_data = in g_journal_read()
1589 pbp->bio_data + cstart - pbp->bio_offset; in g_journal_read()
1612 nbp->bio_data = pbp->bio_data + ostart - pbp->bio_offset; in g_journal_read()
1741 bp->bio_data = data; in g_journal_sync_read()
1925 gj_free(bp->bio_data, cp->provider->sectorsize); in g_journal_sync()
2712 if (bp->bio_data != NULL) { in g_journal_lowmem()
2715 gj_free(bp->bio_data, bp->bio_length); in g_journal_lowmem()
2716 bp->bio_data = NULL; in g_journal_lowmem()