Home
last modified time | relevance | path

Searched defs:abd_scatter (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dabd.h61 struct abd_scatter { struct
62 uint_t abd_offset;
64 void *abd_chunks[1]; /* actually variable-length */
66 uint_t abd_nents;
67 struct scatterlist *abd_sgl;
69 } abd_scatter; member