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

/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c254 gj_malloc(size_t size, int flags) function
327 np = gj_malloc(size, M_WAITOK);
508 buf = gj_malloc(cp->provider->sectorsize, M_WAITOK);
670 sector = gj_malloc(cp->provider->sectorsize, M_WAITOK);
780 bp->bio_data = gj_malloc(bp->bio_length, flags);
878 cbp->bio_data = gj_malloc(cbp->bio_length,
972 cbp->bio_data = gj_malloc(cbp->bio_length,
1100 cbp->bio_data = gj_malloc(bp->bio_length, M_WAITOK);
1329 data = gj_malloc(pp->sectorsize, M_WAITOK);
1770 buf = gj_malloc(c
[all...]

Completed in 153 milliseconds