Home
last modified time | relevance | path

Searched refs:g_eli_alloc_data (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/geom/eli/
H A Dg_eli_integrity.c399 if (!g_eli_alloc_data(bp, size)) { in g_eli_auth_read()
489 if (!g_eli_alloc_data(bp, size)) { in g_eli_auth_run()
H A Dg_eli_privacy.c281 if (!g_eli_alloc_data(bp, bp->bio_length)) { in g_eli_crypto_run()
H A Dg_eli.h701 bool g_eli_alloc_data(struct bio *bp, int sz);
H A Dg_eli.c952 g_eli_alloc_data(struct bio *bp, int sz) in g_eli_alloc_data() function