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()3595 delta = ATTR_BUF_SIZE - (filehdr->entries[0].offset + FINDERINFOSIZE); in get_xattrinfo()3626 writesize = ATTR_BUF_SIZE; in get_xattrinfo()3705 buffer = kalloc_data(ATTR_BUF_SIZE, Z_WAITOK | Z_ZERO); in create_xattrfile()3709 uio_addiov(auio, (uintptr_t)buffer, ATTR_BUF_SIZE); in create_xattrfile()3711 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()3719 …xah->appledouble.entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo)… in create_xattrfile()3721 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()3728 xah->total_size = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()[all …]