Searched refs:gj_malloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 263 gj_malloc(size_t size, int flags) in gj_malloc() function 336 np = gj_malloc(size, M_WAITOK); in gj_realloc() 515 buf = gj_malloc(cp->provider->sectorsize, M_WAITOK); in g_journal_write_header() 677 sector = gj_malloc(cp->provider->sectorsize, M_WAITOK); in g_journal_metadata_update() 788 bp->bio_data = gj_malloc(bp->bio_length, flags); in g_journal_new_bio() 886 cbp->bio_data = gj_malloc(cbp->bio_length, in g_journal_insert() 980 cbp->bio_data = gj_malloc(cbp->bio_length, in g_journal_insert() 1108 cbp->bio_data = gj_malloc(bp->bio_length, M_WAITOK); in g_journal_read_first() 1337 data = gj_malloc(pp->sectorsize, M_WAITOK); in g_journal_flush() 1778 buf = gj_malloc(cp->provider->sectorsize, M_WAITOK); in g_journal_sync()
|