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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1391 attr_info_t ainfo; local
1418 if ((error = get_xattrinfo(xvp, 0, &ainfo, context))) {
1426 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) {
1436 attrdata = (u_int8_t*)ainfo.filehdr + ainfo.finderinfo->offset;
1446 } else if (ainfo.rsrcfork == NULL) {
1449 *size = (size_t)ainfo.rsrcfork->length;
1451 uio_setoffset(uio, uio_offset(uio) + ainfo.rsrcfork->offset);
1454 uio_setoffset(uio, uio_offset(uio) - ainfo
1512 attr_info_t ainfo; local
1878 attr_info_t ainfo; local
2098 attr_info_t ainfo; local
[all...]

Completed in 29 milliseconds