Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dax/
H A Ddevice.c314 unsigned long off, off_end, off_align, len_align, addr_align, align; in dax_get_unmapped_area() local
322 off_end = off + len; in dax_get_unmapped_area()
325 if ((off_end <= off_align) || ((off_end - off_align) < align)) in dax_get_unmapped_area()
/openbmc/linux/mm/
H A Dhuge_memory.c590 loff_t off_end = off + len; in __thp_get_unmapped_area() local
597 if (off_end <= off_align || (off_end - off_align) < size) in __thp_get_unmapped_area()
3068 pgoff_t off_end) in split_huge_pages_in_file() argument
3087 file_path, off_start, off_end); in split_huge_pages_in_file()
3091 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file()
3153 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local
3164 ret = sscanf(buf, "0x%lx,0x%lx", &off_start, &off_end); in split_huge_pages_write()
3169 ret = split_huge_pages_in_file(file_path, off_start, off_end); in split_huge_pages_write()
/openbmc/linux/fs/f2fs/
H A Dfile.c1161 loff_t off_start, off_end; in f2fs_punch_hole() local
1172 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_punch_hole()
1176 off_end - off_start); in f2fs_punch_hole()
1186 if (off_end) { in f2fs_punch_hole()
1187 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_punch_hole()
1559 loff_t off_start, off_end; in f2fs_zero_range() local
1578 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_zero_range()
1582 off_end - off_start); in f2fs_zero_range()
1641 if (off_end) { in f2fs_zero_range()
1642 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()
[all …]