truncate_inode_pages

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

truncate_inode_pages - truncate *all* the pages from an offset

SYNOPSIS

void truncate_inode_pages(struct address_space * mapping, loff_t lstart);

ARGUMENTS

mapping

mapping to truncate

lstart

offset from which to truncate

DESCRIPTION

Called under (and serialised by) inode->i_mutex.