Searched defs:attrs_start (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c654 sa_attr_type_t *attrs, *attrs_start; local
717 attrs_start = attrs = kmem_alloc(sizeof (sa_attr_type_t) * attr_count,
735 sa_find_layout(hdl->sa_os, hash, attrs_start,
748 attrs_start = &attrs[i];
766 sa_find_layout(hdl->sa_os, hash, attrs_start, lot_count, tx, &lot);

Completed in 49 milliseconds