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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1318 #define ATTR_BUF_SIZE 4096 /* default size of the attr file and how much we'll grow by */ macro
1963 growsize = roundup((datalen + entrylen) - datafreespace, ATTR_BUF_SIZE);
2861 delta = ATTR_BUF_SIZE - (filehdr->entries[0].offset + FINDERINFOSIZE);
2885 writesize = ATTR_BUF_SIZE;
2959 MALLOC(buffer, void *, ATTR_BUF_SIZE, M_TEMP, M_WAITOK);
2960 bzero(buffer, ATTR_BUF_SIZE);
2964 uio_addiov(auio, (uintptr_t)buffer, ATTR_BUF_SIZE);
2966 rsrcforkhdr = (rsrcfork_header_t *) ((char *)buffer + ATTR_BUF_SIZE - rsrcforksize);
2974 xah->appledouble.entries[0].length = SWAP32 (ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo) - rsrcforksize);
2976 xah->appledouble.entries[1].offset = SWAP32 (ATTR_BUF_SIZE
[all...]
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c2707 #define ATTR_BUF_SIZE 4096 /* default size of the attr file and how much we'll grow by */ macro

Completed in 72 milliseconds