Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c1430 size_t rawsize; /* minimum of filesize or ATTR_MAX_HDR_SIZE */ member
1452 ((&(ae)->namelen < ((ai).rawdata + (ai).rawsize)) && \
1453 (u_int8_t *)ATTR_NEXT(ae) <= ((ai).rawdata + (ai).rawsize))
1520 size_t rawsize; in check_and_swap_apple_double_header() local
1523 rawsize = ainfop->rawsize; in check_and_swap_apple_double_header()
1527 if (rawsize < offsetof(apple_double_header_t, entries)) { in check_and_swap_apple_double_header()
1549 if (rawsize < header_end) { in check_and_swap_apple_double_header()
2813 ainfop->rawsize = iosize - uio_resid(auio); in get_xattrinfo()
2843 ((ainfop->finderinfo->offset + FINDERINFOSIZE) <= ainfop->rawsize)) { in get_xattrinfo()
3231 if (buf_end > ainfop->rawdata + ainfop->rawsize) { in check_and_swap_attrhdr()