MOS Source Code
|
Public Attributes | |
inode_cache_t * | icache |
bool | should_drop_page |
long | ret |
Definition at line 16 of file page_cache.c.
inode_cache_t* icache |
Definition at line 18 of file page_cache.c.
Referenced by do_flush_and_drop_cached_page(), pagecache_flush_or_drop(), pagecache_flush_or_drop_all(), vfs_read_pagecache(), and vfs_write_pagecache().
bool should_drop_page |
Definition at line 19 of file page_cache.c.
Referenced by do_flush_and_drop_cached_page().
long ret |
Definition at line 20 of file page_cache.c.
Referenced by do_flush_and_drop_cached_page(), pagecache_flush_or_drop(), and pagecache_flush_or_drop_all().