Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_xattr.c1437 } __attribute__((aligned(2), packed)) attr_entry_t; typedef
1491 attr_entry_t *attr_entry;
1502 ((sizeof(attr_entry_t) - 1 + (namelen) + ATTR_ALIGN) & (~ATTR_ALIGN))
1505 (attr_entry_t *)((u_int8_t *)(ae) + ATTR_ENTRY_LENGTH((ae)->namelen))