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

/linux-master/drivers/dax/
H A Ddevice.c314 unsigned long off, off_end, off_align, len_align, addr_align, align; local
322 off_end = off + len;
325 if ((off_end <= off_align) || ((off_end - off_align) < align))
/linux-master/fs/f2fs/
H A Dfile.c1123 loff_t off_start, off_end; local
1134 off_end = (offset + len) & (PAGE_SIZE - 1);
1138 off_end - off_start);
1148 if (off_end) {
1149 ret = fill_zero(inode, pg_end, 0, off_end);
1516 loff_t off_start, off_end; local
1535 off_end = (offset + len) & (PAGE_SIZE - 1);
1539 off_end - off_start);
1598 if (off_end) {
1599 ret = fill_zero(inode, pg_end, 0, off_end);
1707 loff_t off_end; local
[all...]
/linux-master/mm/
H A Dhuge_memory.c813 loff_t off_end = off + len; local
820 if (off_end <= off_align || (off_end - off_align) < size)
3523 pgoff_t off_end, unsigned int new_order)
3542 file_path, off_start, off_end);
3546 for (index = off_start; index < off_end; index += nr_pages) {
3592 * file_path, off_start, off_end, new_order
3615 pgoff_t off_start = 0, off_end = 0; local
3626 ret = sscanf(buf, "0x%lx,0x%lx,%d", &off_start, &off_end, &new_order);
3631 ret = split_huge_pages_in_file(file_path, off_start, off_end, new_orde
3522 split_huge_pages_in_file(const char *file_path, pgoff_t off_start, pgoff_t off_end, unsigned int new_order) argument
[all...]

Completed in 291 milliseconds