Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dax/
Ddevice.c320 unsigned long off, off_end, off_align, len_align, addr_align, align; in dax_get_unmapped_area() local
328 off_end = off + len; in dax_get_unmapped_area()
331 if ((off_end <= off_align) || ((off_end - off_align) < align)) in dax_get_unmapped_area()
/Linux-v6.1/mm/
Dhuge_memory.c606 loff_t off_end = off + len; in __thp_get_unmapped_area() local
610 if (off_end <= off_align || (off_end - off_align) < size) in __thp_get_unmapped_area()
3048 pgoff_t off_end) in split_huge_pages_in_file() argument
3067 file_path, off_start, off_end); in split_huge_pages_in_file()
3071 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file()
3134 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local
3145 ret = sscanf(buf, "0x%lx,0x%lx", &off_start, &off_end); in split_huge_pages_write()
3150 ret = split_huge_pages_in_file(file_path, off_start, off_end); in split_huge_pages_write()
/Linux-v6.1/fs/f2fs/
Dfile.c1117 loff_t off_start, off_end; in punch_hole() local
1128 off_end = (offset + len) & (PAGE_SIZE - 1); in punch_hole()
1132 off_end - off_start); in punch_hole()
1142 if (off_end) { in punch_hole()
1143 ret = fill_zero(inode, pg_end, 0, off_end); in punch_hole()
1511 loff_t off_start, off_end; in f2fs_zero_range() local
1530 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_zero_range()
1534 off_end - off_start); in f2fs_zero_range()
1593 if (off_end) { in f2fs_zero_range()
1594 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()
[all …]