Home
last modified time | relevance | path

Searched refs:flushpage (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/Documentation/filesystems/
DLocking136 int (*flushpage) (struct page *, unsigned long);
149 flushpage: no yes
163 ->flushpage() is called when the filesystem must attempt to drop
165 returns zero on success. If ->flushpage is zero, the kernel uses
/linux-2.4.37.9/mm/
Dfilemap.c229 int (*flushpage) (struct page *, unsigned long); in do_flushpage() local
230 flushpage = page->mapping->a_ops->flushpage; in do_flushpage()
231 if (flushpage) in do_flushpage()
232 return (*flushpage)(page, offset); in do_flushpage()
/linux-2.4.37.9/include/linux/
Dfs.h399 int (*flushpage) (struct page *, unsigned long); member
/linux-2.4.37.9/fs/ext3/
Dinode.c1399 flushpage: ext3_flushpage, /* BKL not held. Don't need */