Searched refs:current_lba (Results 1 – 1 of 1) sorted by relevance
168 current_lba: Lba, field191 && self.current_lba() == Self::LBA.try_into().unwrap() in is_valid()219 fn current_lba(&self) -> Lba { in current_lba() method220 Lba::from_le(self.current_lba) in current_lba()