Searched refs:entries_count (Results 1 – 1 of 1) sorted by relevance
98 entries_count: usize, field111 let entries_count = usize::try_from(header.entries_count()).unwrap(); in new() localVariable113 Ok(Self { device, entries_count }) in new()128 let mut rem = self.entries_count; in get_partition_by_name()129 let num_blocks = ceiling_div(self.entries_count, entries_per_blk).unwrap(); in get_partition_by_name()173 entries_count: u32, field198 fn entries_count(&self) -> u32 { in entries_count() method199 u32::from_le(self.entries_count) in entries_count()