Searched refs:appledouble (Results 1 – 1 of 1) sorted by relevance
1397 apple_double_header_t appledouble; member3616 bzero(&attrhdr->appledouble.pad[0], delta); in get_xattrinfo()3711 xah->appledouble.magic = SWAP32(ADH_MAGIC); in create_xattrfile()3712 xah->appledouble.version = SWAP32(ADH_VERSION); in create_xattrfile()3713 xah->appledouble.numEntries = SWAP16(2); in create_xattrfile()3714 xah->appledouble.entries[0].type = SWAP32(AD_FINDERINFO); in create_xattrfile()3715 xah->appledouble.entries[0].offset = SWAP32(offsetof(apple_double_header_t, finfo)); in create_xattrfile()3716 …xah->appledouble.entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo)… in create_xattrfile()3717 xah->appledouble.entries[1].type = SWAP32(AD_RESOURCE); in create_xattrfile()3718 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()[all …]