Lines Matching refs:xattrhead
652 static struct xattr_hdr *xattrhead; variable
4739 free(xattrhead); in gethdr()
4742 xattrhead = NULL; in gethdr()
4860 free(xattrhead); in gethdr()
4861 xattrhead = NULL; in gethdr()
8755 if ((xattrhead = e_zalloc(E_NORMAL, (size_t)bytes)) == NULL) { in read_xattr_hdr()
8761 tp = (char *)xattrhead; in read_xattr_hdr()
8784 if (strcmp(xattrhead->h_version, XATTR_ARCH_VERS) != 0) { in read_xattr_hdr()
8792 (void) sscanf(xattrhead->h_component_len, "%10d", &comp_len); in read_xattr_hdr()
8793 (void) sscanf(xattrhead->h_link_component_len, "%10d", &link_len); in read_xattr_hdr()
8794 xattrp = (struct xattr_buf *)(((char *)xattrhead) + in read_xattr_hdr()