Searched refs:generic_writepages (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwriteback.h144 int generic_writepages(struct address_space *mapping,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Dfile.c272 .writepages = generic_writepages,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage-writeback.c1022 * Function used by generic_writepages to call the real writepage
1035 * generic_writepages - walk the list of dirty pages of the given address space and writepage() all of them.
1042 int generic_writepages(struct address_space *mapping, function
1052 EXPORT_SYMBOL(generic_writepages); variable
1063 ret = generic_writepages(mapping, wbc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfile.c1367 return generic_writepages(mapping, wbc);
1373 return generic_writepages(mapping, wbc);
1377 return generic_writepages(mapping, wbc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dmpage.c660 * If a page is already under I/O, generic_writepages() skips it, even
675 ret = generic_writepages(mapping, wbc);
H A Dblock_dev.c1620 .writepages = generic_writepages,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dcommit.c217 ret = generic_writepages(mapping, &wbc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.c1268 return generic_writepages(mapping, wbc);

Completed in 86 milliseconds