Searched refs:ATTR_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
1341 #define ATTR_BUF_SIZE 4096 /* default size of the attr file and how much we'll grow by … macro2127 growsize = roundup((datalen + entrylen) - datafreespace, ATTR_BUF_SIZE); in default_setxattr_vfs()3592 delta = ATTR_BUF_SIZE - (filehdr->entries[0].offset + FINDERINFOSIZE); in get_xattrinfo()3623 writesize = ATTR_BUF_SIZE; in get_xattrinfo()3702 buffer = kalloc_data(ATTR_BUF_SIZE, Z_WAITOK | Z_ZERO); in create_xattrfile()3706 uio_addiov(auio, (uintptr_t)buffer, ATTR_BUF_SIZE); in create_xattrfile()3708 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()3716 …xah->appledouble.entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo)… in create_xattrfile()3718 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()3725 xah->total_size = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()[all …]