Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c3033 int rsrcforksize; in create_xattrfile() local
3041 rsrcforksize = sizeof(rsrcfork_header_t); in create_xattrfile()
3042 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3050 ….entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo) - rsrcforksize); in create_xattrfile()
3052 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3053 xah->appledouble.entries[1].length = SWAP32(rsrcforksize); in create_xattrfile()
3059 xah->total_size = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()