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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dcache.c191 /* Can't fail if extent begining at old_start exists */
194 hfsc_cache_move_extent(HfsCPrivateCache* cache, uint32_t old_start, argument
200 unsigned int idx1 = old_start >> CR_SHIFT;
217 old_start, new_start);
222 (*ppext) && old_start != (*ppext)->ext_start;
H A Dcache.h109 hfsc_cache_move_extent(HfsCPrivateCache* cache, uint32_t old_start,
H A Dreloc.c295 unsigned int old_start, new_start; local
302 old_start = *ptr_fblock;
305 if (new_start > old_start) { /* detect 2 pass reloc */
307 if (new_start == (unsigned int) -1 || new_start > old_start)
H A Dreloc_plus.c362 unsigned int old_start, new_start; local
367 old_start = *ptr_fblock;
370 if (new_start > old_start) {
373 if (new_start == (unsigned)-1 || new_start > old_start)

Completed in 25 milliseconds