Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dsa_impl.h180 uint16_t sa_lengths[1]; /* optional sizes for variable length attrs */ member
248 hdr->sa_lengths[TOC_LEN_IDX(idx->sa_idx_tab[attr])] : \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c766 sahdr->sa_lengths[len_idx++] = length; in sa_build_layouts()
1197 offsetof(sa_hdr_phys_t, sa_lengths) + in sa_attr_iter()
1199 length_start = hdr->sa_lengths; in sa_attr_iter()
1268 sa_hdr_phys->sa_lengths[i] = in sa_byteswap()
1269 BSWAP_16(sa_hdr_phys->sa_lengths[i]); in sa_byteswap()
1794 if (hdr->sa_lengths[i] != in sa_find_idx_tab()
1992 length = hdr->sa_lengths[length_idx]; in sa_modify_attrs()
/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c509 sahdr->sa_lengths[0] = sizeof(aces); in fs_populate_sattrs()
516 sahdr->sa_lengths[0], ZPL_SYMLINK, &bonussz); in fs_populate_sattrs()
517 sahdr->sa_lengths[1] = (uint16_t)objsize; in fs_populate_sattrs()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1258 uint16_t sa_lengths[1]; /* optional sizes for variable length attrs */ member