Searched refs:BadSectorsStart (Results 1 – 2 of 2) sorted by relevance
100 if ((arb->BadSectorsStart()+arb->BadSectorsCount())*(off_t)SECTSZ > partition->size) in atari_identify_partition()118 if ((arb->BadSectorsStart() < p->Start()) && in atari_identify_partition()119 ((arb->BadSectorsStart() + arb->BadSectorsCount()) > p->Start())) in atari_identify_partition()
59 uint32 BadSectorsStart() const { return B_BENDIAN_TO_HOST_INT32(bad_sector_list_start); } in BadSectorsStart() function