Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/ !
H A Dvfs_xattr.c1386 #define ATTR_BUF_SIZE 4096 /* default size of the attr file and how much we'll grow by … macro
2172 growsize = roundup((datalen + entrylen) - datafreespace, ATTR_BUF_SIZE); in default_setxattr_vfs()
3640 delta = ATTR_BUF_SIZE - (filehdr->entries[0].offset + FINDERINFOSIZE); in get_xattrinfo()
3671 writesize = ATTR_BUF_SIZE; in get_xattrinfo()
3750 buffer = kalloc_data(ATTR_BUF_SIZE, Z_WAITOK | Z_ZERO); in create_xattrfile()
3754 uio_addiov(auio, (uintptr_t)buffer, ATTR_BUF_SIZE); in create_xattrfile()
3756 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3764 …xah->appledouble.entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo)… in create_xattrfile()
3766 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3773 xah->total_size = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
[all …]