Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_xattr.c1441 size_t rawsize; /* minimum of filesize or ATTR_MAX_HDR_SIZE */ member
1463 ((&(ae)->namelen < ((ai).rawdata + (ai).rawsize)) && \
1464 (u_int8_t *)ATTR_NEXT(ae) <= ((ai).rawdata + (ai).rawsize))
1564 size_t rawsize; in check_and_swap_apple_double_header() local
1567 rawsize = ainfop->rawsize; in check_and_swap_apple_double_header()
1571 if (rawsize < offsetof(apple_double_header_t, entries)) { in check_and_swap_apple_double_header()
1593 if (rawsize < header_end) { in check_and_swap_apple_double_header()
3479 ainfop->rawsize = iosize - uio_resid(auio); in get_xattrinfo()
3509 ((ainfop->finderinfo->offset + FINDERINFOSIZE) <= ainfop->rawsize)) { in get_xattrinfo()
3897 if (buf_end > ainfop->rawdata + ainfop->rawsize) { in check_and_swap_attrhdr()