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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1220 size_t rawsize; /* minimum of filesize or ATTR_MAX_HDR_SIZE */ member in struct:attr_info
1242 ((u_int8_t *)ATTR_NEXT(ae) <= ((ai).rawdata + (ai).rawsize))
1308 size_t rawsize; local
1311 rawsize = ainfop->rawsize;
1315 if (rawsize < offsetof(apple_double_header_t, entries))
1336 if (rawsize < header_end) {
2519 ainfop->rawsize = iosize - uio_resid(auio);
2551 if (ainfop->finderinfo->offset + FINDERINFOSIZE <= ainfop->rawsize &&
2683 * of the Finder Info instead of rawsize t
[all...]

Completed in 28 milliseconds