Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dabd.c163 abd_alloc_struct(size_t size) in abd_alloc_struct() function
190 abd_t *abd = abd_alloc_struct(size); in abd_alloc()
213 abd_t *abd = abd_alloc_struct(0); in abd_alloc_linear()
348 abd_t *abd = abd_alloc_struct(0); in abd_alloc_gang()
515 abd = abd_alloc_struct(0); in abd_get_offset_impl()
611 abd_t *abd = abd_alloc_struct(0); in abd_get_from_buf()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dabd_impl.h78 abd_t *abd_alloc_struct(size_t);
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c252 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
394 abd = abd_alloc_struct(chunkcnt << PAGE_SHIFT); in abd_get_offset_scatter()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c506 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
629 abd_zero_scatter = abd_alloc_struct(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter()
872 abd = abd_alloc_struct(0); in abd_get_offset_scatter()