Searched refs:entries_count (Results 1 – 1 of 1) sorted by relevance
99 entries_count: usize, field112 let entries_count = usize::try_from(header.entries_count()).unwrap(); in new() localVariable114 Ok(Self { device, entries_count }) in new()129 let mut rem = self.entries_count; in get_partition_by_name()130 let num_blocks = ceiling_div(self.entries_count, entries_per_blk).unwrap(); in get_partition_by_name()174 entries_count: u32, field199 fn entries_count(&self) -> u32 { in entries_count() method200 u32::from_le(self.entries_count) in entries_count()