Query: truncate_pagecache
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRUNCATE_PAGECACHE(9) Memory Management in Linux TRUNCATE_PAGECACHE(9)NAMEtruncate_pagecache - unmap and remove pagecache that has been truncatedSYNOPSISvoid truncate_pagecache(struct inode * inode, loff_t old, loff_t new);ARGUMENTSinode inode old old file offset new new file offsetDESCRIPTIONinode's new i_size must already be written before truncate_pagecache is called. This function should typically be called before the filesystem releases resources associated with the freed range (eg. deallocates blocks). This way, pagecache will always stay logically coherent with on-disk format, and the filesystem would not have to deal with situations such as writepage being called for a page that has already had its underlying blocks deallocated.COPYRIGHTKernel Hackers Manual 2.6. July 2010 TRUNCATE_PAGECACHE(9)
Related Man Pages |
---|
matchpathcon_checkmatches(3) - debian |
matchpathcon_filespec_eval(3) - debian |
matchpathcon_checkmatches(3) - centos |
matchpathcon_filespec_add(3) - centos |
clri(8) - osx |
Similar Topics in the Unix Linux Community |
---|
Change directory error |
Update kernel Linux without reboot?! |
The Future of the PM (Private Message) System at UNIX.com |
Shopt -s histappend |
32 bit process addressing more than 4GB |