Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dabd.c175 abd_t *abd = abd_alloc_struct(size); in abd_alloc()
251 abd_t *abd = abd_alloc_struct(0); in abd_alloc_linear()
373 abd = abd_alloc_struct(0); in abd_alloc_gang_abd()
531 abd = abd_alloc_struct(0); in abd_get_offset_impl()
601 abd_t *abd = abd_alloc_struct(0); in abd_get_from_buf()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dabd_impl.h103 abd_t *abd_alloc_struct(size_t);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c205 abd_alloc_struct(size_t size) in abd_alloc_struct() function
250 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c188 abd_alloc_struct(size_t size) in abd_alloc_struct() function
474 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
601 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
784 abd = abd_alloc_struct(0); in abd_get_offset_scatter()