Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dfile.c1270 loff_t off_start, off_end; in f2fs_punch_hole() local
1282 off_start = offset & (PAGE_SIZE - 1); in f2fs_punch_hole()
1286 ret = fill_zero(inode, pg_start, off_start, in f2fs_punch_hole()
1287 off_end - off_start); in f2fs_punch_hole()
1291 if (off_start) { in f2fs_punch_hole()
1292 ret = fill_zero(inode, pg_start++, off_start, in f2fs_punch_hole()
1293 PAGE_SIZE - off_start); in f2fs_punch_hole()
1673 loff_t off_start, off_end; in f2fs_zero_range() local
1693 off_start = offset & (PAGE_SIZE - 1); in f2fs_zero_range()
1697 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range()
[all …]
/linux/mm/
H A Dhuge_memory.c4691 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file() argument
4714 file_path, off_start, off_end, new_order, in_folio_offset); in split_huge_pages_in_file()
4720 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file()
4801 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local
4812 ret = sscanf(tok_buf, "0x%lx,0x%lx,%d,%ld", &off_start, &off_end, in split_huge_pages_write()
4818 ret = split_huge_pages_in_file(file_path, off_start, off_end, in split_huge_pages_write()