Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_xattr.c3702 int rsrcforksize; in create_xattrfile() local
3710 rsrcforksize = sizeof(rsrcfork_header_t); in create_xattrfile()
3711 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3719 ….entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo) - rsrcforksize); in create_xattrfile()
3721 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3722 xah->appledouble.entries[1].length = SWAP32(rsrcforksize); in create_xattrfile()
3728 xah->total_size = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()