Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c651 int acesz, dfacesz; in convert_aent_to_ace() local
686 dfacesz = sizeof (ace_t) * dfacecnt; in convert_aent_to_ace()
687 acep = cacl_realloc(acep, acesz, acesz + dfacesz); in convert_aent_to_ace()
691 (void) memcpy(acep + acecnt, dfacep, dfacesz); in convert_aent_to_ace()