Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c1336 #define ATTR_BUF_SIZE 4096 /* default size of the attr file and how much we'll grow by … macro
2002 growsize = roundup((datalen + entrylen) - datafreespace, ATTR_BUF_SIZE); in default_setxattr()
2932 delta = ATTR_BUF_SIZE - (filehdr->entries[0].offset + FINDERINFOSIZE); in get_xattrinfo()
2956 writesize = ATTR_BUF_SIZE; in get_xattrinfo()
3035 buffer = kalloc_data(ATTR_BUF_SIZE, Z_WAITOK | Z_ZERO); in create_xattrfile()
3039 uio_addiov(auio, (uintptr_t)buffer, ATTR_BUF_SIZE); in create_xattrfile()
3041 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3049 …xah->appledouble.entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo)… in create_xattrfile()
3051 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3058 xah->total_size = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
[all …]