Searched refs:off_end (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | file.c | 1349 loff_t off_start, off_end; in f2fs_punch_hole() local 1364 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_punch_hole() 1368 off_end - off_start); in f2fs_punch_hole() 1378 if (off_end) { in f2fs_punch_hole() 1379 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_punch_hole() 1762 loff_t off_start, off_end; in f2fs_zero_range() local 1785 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_zero_range() 1789 off_end - off_start); in f2fs_zero_range() 1849 if (off_end) { in f2fs_zero_range() 1850 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range() [all …]
|
| /linux/mm/ |
| H A D | huge_memory.c | 1284 loff_t off_end = off + len; in __thp_get_unmapped_area() local 1291 if (off_end <= off_align || (off_end - off_align) < size) in __thp_get_unmapped_area() 4901 pgoff_t off_end, unsigned int new_order, in split_huge_pages_in_file() argument 4918 file_path, off_start, off_end, new_order, in_folio_offset); in split_huge_pages_in_file() 4924 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file() 5001 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local 5012 ret = sscanf(tok_buf, "0x%lx,0x%lx,%d,%ld", &off_start, &off_end, in split_huge_pages_write() 5018 ret = split_huge_pages_in_file(file_path, off_start, off_end, in split_huge_pages_write()
|