Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c1330 #define ATTR_BUF_SIZE 4096 /* default size of the attr file and how much we'll grow by … macro
1996 growsize = roundup((datalen + entrylen) - datafreespace, ATTR_BUF_SIZE); in default_setxattr()
2926 delta = ATTR_BUF_SIZE - (filehdr->entries[0].offset + FINDERINFOSIZE); in get_xattrinfo()
2957 writesize = ATTR_BUF_SIZE; in get_xattrinfo()
3036 buffer = kalloc_data(ATTR_BUF_SIZE, Z_WAITOK | Z_ZERO); in create_xattrfile()
3040 uio_addiov(auio, (uintptr_t)buffer, ATTR_BUF_SIZE); in create_xattrfile()
3042 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3050 …xah->appledouble.entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo)… in create_xattrfile()
3052 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
3059 xah->total_size = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()
[all …]