Lines Matching refs:lstart
267 * @lstart: offset from which to truncate
272 * if lstart or lend + 1 is not page aligned).
289 loff_t lstart, loff_t lend)
304 partial_start = lstart & (PAGE_SIZE - 1);
313 start = (lstart + PAGE_SIZE - 1) >> PAGE_SHIFT;
462 * @lstart: offset from which to truncate
471 void truncate_inode_pages(struct address_space *mapping, loff_t lstart)
473 truncate_inode_pages_range(mapping, lstart, (loff_t)-1);
917 * @lstart: offset of beginning of hole
927 void truncate_pagecache_range(struct inode *inode, loff_t lstart, loff_t lend)
930 loff_t unmap_start = round_up(lstart, PAGE_SIZE);
948 truncate_inode_pages_range(mapping, lstart, lend);