Searched refs:gj_malloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/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() 517 buf = gj_malloc(cp->provider->sectorsize, M_WAITOK); in g_journal_write_header() 679 sector = gj_malloc(cp->provider->sectorsize, M_WAITOK); in g_journal_metadata_update() 790 bp->bio_data = gj_malloc(bp->bio_length, flags); in g_journal_new_bio() 888 cbp->bio_data = gj_malloc(cbp->bio_length, in g_journal_insert() 982 cbp->bio_data = gj_malloc(cbp->bio_length, in g_journal_insert() 1110 cbp->bio_data = gj_malloc(bp->bio_length, M_WAITOK); in g_journal_read_first() 1339 data = gj_malloc(pp->sectorsize, M_WAITOK); in g_journal_flush() 1780 buf = gj_malloc(cp->provider->sectorsize, M_WAITOK); in g_journal_sync()
|