Searched refs:off_end (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/dax/ |
| H A D | device.c | 316 unsigned long off, off_end, off_align, len_align, addr_align, align; in dax_get_unmapped_area() local 324 off_end = off + len; in dax_get_unmapped_area() 327 if ((off_end <= off_align) || ((off_end - off_align) < align)) in dax_get_unmapped_area()
|
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 1220 loff_t off_start, off_end; in f2fs_punch_hole() local 1231 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_punch_hole() 1235 off_end - off_start); in f2fs_punch_hole() 1245 if (off_end) { in f2fs_punch_hole() 1616 loff_t off_start, off_end; in f2fs_zero_range() local 1635 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_zero_range() 1639 off_end - off_start); in f2fs_zero_range() 1698 if (off_end) { in f2fs_zero_range() 1807 loff_t off_end; in f2fs_expand_inode_data() local 1823 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_expand_inode_data() [all …]
|
| /linux-6.15/mm/ |
| H A D | huge_memory.c | 1096 loff_t off_end = off + len; in __thp_get_unmapped_area() local 1103 if (off_end <= off_align || (off_end - off_align) < size) in __thp_get_unmapped_area() 4448 pgoff_t off_end, unsigned int new_order, in split_huge_pages_in_file() argument 4470 file_path, off_start, off_end); in split_huge_pages_in_file() 4476 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file() 4557 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local 4568 ret = sscanf(tok_buf, "0x%lx,0x%lx,%d,%ld", &off_start, &off_end, in split_huge_pages_write() 4574 ret = split_huge_pages_in_file(file_path, off_start, off_end, in split_huge_pages_write()
|