Home | History | Annotate | Download | only in hfs

Lines Matching defs:extents

490 	 * XXX This is a good place to read and cache the file's extents to
512 /* Release extents cache here. */
733 hfs_extent_descriptor_t *extents;
757 hp->h_rec.u.cnid, hp->h_fork, &extents, &cbargs);
764 if (lblkno < extents[i].block_count)
766 lblkno -= extents[i].block_count;
772 lblkno += extents[i].block_count;
775 *ap->a_bnp = ((extents[i].start_block + lblkno) << (bshift-DEV_BSHIFT))
781 nblk = extents[i].block_count - lblkno - 1;
790 free(extents, M_TEMP);