Lines Matching defs:xattrhead
639 * xattrhead is the complete extended attribute header, as read of off
642 * xattrp is basically an offset into xattrhead that points to the
652 static struct xattr_hdr *xattrhead;
4739 free(xattrhead);
4742 xattrhead = NULL;
4860 free(xattrhead);
4861 xattrhead = NULL;
8755 if ((xattrhead = e_zalloc(E_NORMAL, (size_t)bytes)) == NULL) {
8761 tp = (char *)xattrhead;
8784 if (strcmp(xattrhead->h_version, XATTR_ARCH_VERS) != 0) {
8792 (void) sscanf(xattrhead->h_component_len, "%10d", &comp_len);
8793 (void) sscanf(xattrhead->h_link_component_len, "%10d", &link_len);
8794 xattrp = (struct xattr_buf *)(((char *)xattrhead) +