Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dfile.c1304 loff_t blk_start, blk_end; in f2fs_punch_hole() local
1309 blk_start = (loff_t)pg_start << PAGE_SHIFT; in f2fs_punch_hole()
1315 truncate_pagecache_range(inode, blk_start, blk_end - 1); in f2fs_punch_hole()