Lines Matching refs:loff_t
283 loff_t lstart, loff_t lend) in truncate_inode_pages_range()
423 void truncate_inode_pages(struct address_space *mapping, loff_t lstart) in truncate_inode_pages()
425 truncate_inode_pages_range(mapping, lstart, (loff_t)-1); in truncate_inode_pages()
720 void truncate_pagecache(struct inode *inode, loff_t newsize) in truncate_pagecache()
723 loff_t holebegin = round_up(newsize, PAGE_SIZE); in truncate_pagecache()
753 void truncate_setsize(struct inode *inode, loff_t newsize) in truncate_setsize()
755 loff_t oldsize = inode->i_size; in truncate_setsize()
783 void pagecache_isize_extended(struct inode *inode, loff_t from, loff_t to) in pagecache_isize_extended()
786 loff_t rounded_from; in pagecache_isize_extended()
828 void truncate_pagecache_range(struct inode *inode, loff_t lstart, loff_t lend) in truncate_pagecache_range()
831 loff_t unmap_start = round_up(lstart, PAGE_SIZE); in truncate_pagecache_range()
832 loff_t unmap_end = round_down(1 + lend, PAGE_SIZE) - 1; in truncate_pagecache_range()