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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c1593 size_t fisize = 32; local
1606 fisize);
1607 /* fisize may be reset to 0 after this call */
1609 &fisize, XATTR_NOSECURITY, ctx);
1639 bcopy(&vap->va_finderinfo[0], abp->fixedcursor, fisize);
1640 abp->fixedcursor += fisize;
1643 bzero(abp->fixedcursor, fisize);
1644 abp->fixedcursor += fisize;

Completed in 24 milliseconds