Searched refs:exists_in_casefold_cache (Results 1 – 1 of 1) sorted by relevance
1050 fn exists_in_casefold_cache(&self, parent: Inode, name: &CStr) -> bool { in exists_in_casefold_cache() method4136 assert!(fs.exists_in_casefold_cache(parent, &CString::new("A.TXT").unwrap())); in casefold_lookup_cache()4142 assert!(fs.exists_in_casefold_cache(parent, &CString::new("B.TXT").unwrap())); in casefold_lookup_cache()4145 assert!(!fs.exists_in_casefold_cache(parent, &CString::new("B.TXT").unwrap())); in casefold_lookup_cache()