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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1325 #define ATTR_MAX_HDR_SIZE 65536 macro
1327 * Note: ATTR_MAX_HDR_SIZE is the largest attribute header
1330 * any of the attribute data crosses the ATTR_MAX_HDR_SIZE
1335 * completely within the first ATTR_MAX_HDR_SIZE bytes of the
1338 * first ATTR_MAX_HDR_SIZE bytes of the file. Note that this
1340 * the first ATTR_MAX_HDR_SIZE bytes of the file.
1421 size_t rawsize; /* minimum of filesize or ATTR_MAX_HDR_SIZE */
1687 if (entry->offset + datalen < ATTR_MAX_HDR_SIZE) {
1891 if ((header->data_start + header->data_length + entrylen + datalen) > ATTR_MAX_HDR_SIZE)
1955 if ((header->data_start + entrylen) > ATTR_MAX_HDR_SIZE) {
[all...]

Completed in 21 milliseconds