Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c1392 apple_double_header_t appledouble; member
2949 bzero(&attrhdr->appledouble.pad[0], delta); in get_xattrinfo()
3044 xah->appledouble.magic = SWAP32(ADH_MAGIC); in create_xattrfile()
3045 xah->appledouble.version = SWAP32(ADH_VERSION); in create_xattrfile()
3046 xah->appledouble.numEntries = SWAP16(2); in create_xattrfile()
3047 xah->appledouble.entries[0].type = SWAP32(AD_FINDERINFO); in create_xattrfile()
3048 xah->appledouble.entries[0].offset = SWAP32(offsetof(apple_double_header_t, finfo)); in create_xattrfile()
3049 …xah->appledouble.entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo)… in create_xattrfile()
3050 xah->appledouble.entries[1].type = SWAP32(AD_RESOURCE); in create_xattrfile()
3051 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
[all …]