tag_pages_for_writeback(9) centos man page | unix.com

Man Page: tag_pages_for_writeback

Operating Environment: centos

Section: 9

TAG_PAGES_FOR_WRITEB(9) 				    Memory Management in Linux					   TAG_PAGES_FOR_WRITEB(9)

NAME
tag_pages_for_writeback - tag pages to be written by write_cache_pages
SYNOPSIS
void tag_pages_for_writeback(struct address_space * mapping, pgoff_t start, pgoff_t end);
ARGUMENTS
mapping address space structure to write start starting page index end ending page index (inclusive)
DESCRIPTION
This function scans the page range from start to end (inclusive) and tags all pages that have DIRTY tag set with a special TOWRITE tag. The idea is that write_cache_pages (or whoever calls this function) will then use TOWRITE tag to identify pages eligible for writeback. This mechanism is used to avoid livelocking of writeback by a process steadily creating new dirty pages in the file (thus it is important for this function to be quick so that it can tag pages faster than a dirtying process can create them).
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 TAG_PAGES_FOR_WRITEB(9)
Related Man Pages
mpage_readpages(9) - suse
mpage_readpages(9) - centos
write_cache_pages(9) - centos
numa_maps(7) - opendarwin
vm_map_clean(9) - linux
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Docker learning Phase-I