Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c1436 size_t rawsize; /* minimum of filesize or ATTR_MAX_HDR_SIZE */ member
1458 ((&(ae)->namelen < ((ai).rawdata + (ai).rawsize)) && \
1459 (u_int8_t *)ATTR_NEXT(ae) <= ((ai).rawdata + (ai).rawsize))
1526 size_t rawsize; in check_and_swap_apple_double_header() local
1529 rawsize = ainfop->rawsize; in check_and_swap_apple_double_header()
1533 if (rawsize < offsetof(apple_double_header_t, entries)) { in check_and_swap_apple_double_header()
1555 if (rawsize < header_end) { in check_and_swap_apple_double_header()
2819 ainfop->rawsize = iosize - uio_resid(auio); in get_xattrinfo()
2849 ((ainfop->finderinfo->offset + FINDERINFOSIZE) <= ainfop->rawsize)) { in get_xattrinfo()
3230 if (buf_end > ainfop->rawdata + ainfop->rawsize) { in check_and_swap_attrhdr()