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

/macosx-10.10.1/hfs-285/libhfs_metadata/
H A Diterate_hfs_metadata.c86 ExtentList_t *extList;
87 for (extList = vop->list;
88 extList;
89 extList = extList->next) {
92 for (index = 0; index < extList->count; index++) {
93 retval = (*handle_extent)(devp->fd, extList->extents[index].base, extList->extents[index].length, context_ptr);
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Dutil.c638 ExtentList_t *extList; local
639 for (extList = vop->list;
640 extList;
642 ExtentList_t *next = extList->next;
643 free(extList);
644 extList = next;

Completed in 177 milliseconds