Home
last modified time | relevance | path

Searched defs:page_cache (Results 1 – 9 of 9) sorted by relevance

/DragonOS/kernel/src/perf/
H A Dmod.rs202 fn page_cache(&self) -> Option<Arc<PageCache>> { in page_cache() method
302 let page_cache = event.page_cache(); in perf_event_open() localVariable
H A Dbpf.rs31 page_cache: Arc<PageCache>, field
314 fn page_cache(&self) -> Option<Arc<PageCache>> { in page_cache() method
H A Dkprobe.rs118 fn page_cache(&self) -> Option<Arc<PageCache>> { in page_cache() method
/DragonOS/kernel/src/mm/
H A Dfault.rs599 let page_cache = file.inode().page_cache().unwrap(); in filemap_map_pages() localVariable
640 let page_cache = file.inode().page_cache().unwrap(); in filemap_fault() localVariable
H A Dpage.rs190 let page_cache = page.read_irqsave().page_cache().unwrap(); in shrink_list() localVariable
349 page_cache: Option<Arc<PageCache>>, field
397 pub fn page_cache(&self) -> Option<Arc<PageCache>> { in page_cache() method
/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs128 page_cache: Option<Arc<PageCache>>, field
231 let page_cache = PageCache::new(Some(Arc::downgrade(&inode) as Weak<dyn IndexNode>)); in new() localVariable
1856 fn page_cache(&self) -> Option<Arc<PageCache>> { in page_cache() method
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs151 let page_cache = Self { in new() localVariable
H A Dmount.rs535 fn page_cache(&self) -> Option<Arc<PageCache>> { in page_cache() method
H A Dmod.rs569 fn page_cache(&self) -> Option<Arc<PageCache>> { in page_cache() method