Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dfile.c892 static int fill_zero(struct inode *inode, pgoff_t index, in fill_zero() function
966 ret = fill_zero(inode, pg_start, off_start, in punch_hole()
972 ret = fill_zero(inode, pg_start++, off_start, in punch_hole()
978 ret = fill_zero(inode, pg_end, 0, off_end); in punch_hole()
1366 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range()
1374 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range()
1427 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()