Home
last modified time | relevance | path

Searched defs:last_index (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/crates/bitmap/src/
H A Dtraits.rs13 fn last_index(bits: &Self) -> Option<usize>; in last_index() method
276 fn last_index(&self) -> Option<usize>; in last_index() method
H A Dstatic_bitmap.rs74 fn last_index(&self) -> Option<usize> { in last_index() function
H A Dalloc_bitmap.rs63 fn last_index(&self) -> Option<usize> { in last_index() method
H A Dbitmap_core.rs84 pub(crate) fn last_index(&self, n: usize, data: &[T]) -> Option<usize> { in last_index() method
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs2234 last_index: u8, field