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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1421 size_t rawsize; /* minimum of filesize or ATTR_MAX_HDR_SIZE */ member in struct:attr_info
1443 ((u_int8_t *)ATTR_NEXT(ae) <= ((ai).rawdata + (ai).rawsize))
1509 size_t rawsize; local
1512 rawsize = ainfop->rawsize;
1516 if (rawsize < offsetof(apple_double_header_t, entries))
1537 if (rawsize < header_end) {
2759 ainfop->rawsize = iosize - uio_resid(auio);
2791 if (ainfop->finderinfo->offset + FINDERINFOSIZE <= ainfop->rawsize &&
2923 * of the Finder Info instead of rawsize t
[all...]

Completed in 55 milliseconds