Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c3032 int rsrcforksize; in create_xattrfile() local
3040 rsrcforksize = sizeof(rsrcfork_header_t); in create_xattrfile()
3041 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3049 ….entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo) - rsrcforksize); in create_xattrfile()
3051 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3052 xah->appledouble.entries[1].length = SWAP32(rsrcforksize); in create_xattrfile()
3058 xah->total_size = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()