Home
last modified time | relevance | path

Searched refs:mpage_writepages (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmpage.h24 static inline int mpage_writepages(struct address_space *mapping, in mpage_writepages() function
/linux/fs/bfs/
H A Dfile.c157 return mpage_writepages(mapping, wbc, bfs_get_block); in bfs_writepages()
/linux/Documentation/filesystems/
H A Dvfs.rst664 The Dirty tag is primarily used by mpage_writepages - the default
666 write back. If mpage_writepages is not used (i.e. the address
821 ->writepages is given, then mpage_writepages is used instead.