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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_attrlist.c104 u_int32_t fixedblocksize; local
176 fixedblocksize = (sizeof(u_int32_t) + hfs_attrblksize(alist)); /* 4 bytes for length */
177 maxattrblocksize = fixedblocksize;
186 varptr = (char *)attrbufptr + fixedblocksize; /* Point to variable-length storage */
205 maxentries = uio_resid(uio) / (fixedblocksize + HFS_AVERAGE_NAME_SIZE);
329 varptr = (char *)attrbufptr + fixedblocksize;
339 ((u_int32_t)uio_resid(uio) < (fixedblocksize + HFS_AVERAGE_NAME_SIZE))){

Completed in 21 milliseconds