Home
last modified time | relevance | path

Searched refs:off_start (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/f2fs/
Dfile.c715 loff_t off_start, off_end; in punch_hole() local
734 off_start = offset & (PAGE_CACHE_SIZE - 1); in punch_hole()
738 fill_zero(inode, pg_start, off_start, in punch_hole()
739 off_end - off_start); in punch_hole()
741 if (off_start) in punch_hole()
742 fill_zero(inode, pg_start++, off_start, in punch_hole()
743 PAGE_CACHE_SIZE - off_start); in punch_hole()
774 loff_t off_start, off_end; in expand_inode_data() local
792 off_start = offset & (PAGE_CACHE_SIZE - 1); in expand_inode_data()
810 else if (index == pg_start && off_start) in expand_inode_data()