Searched refs:off_start (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | file.c | 1051 loff_t off_start, off_end; in punch_hole() local 1061 off_start = offset & (PAGE_SIZE - 1); in punch_hole() 1065 ret = fill_zero(inode, pg_start, off_start, in punch_hole() 1066 off_end - off_start); in punch_hole() 1070 if (off_start) { in punch_hole() 1071 ret = fill_zero(inode, pg_start++, off_start, in punch_hole() 1072 PAGE_SIZE - off_start); in punch_hole() 1443 loff_t off_start, off_end; in f2fs_zero_range() local 1461 off_start = offset & (PAGE_SIZE - 1); in f2fs_zero_range() 1465 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() [all...] |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 1102 loff_t off_start, off_end; in f2fs_punch_hole() local 1112 off_start = offset & (PAGE_SIZE - 1); in f2fs_punch_hole() 1116 ret = fill_zero(inode, pg_start, off_start, in f2fs_punch_hole() 1117 off_end - off_start); in f2fs_punch_hole() 1121 if (off_start) { in f2fs_punch_hole() 1122 ret = fill_zero(inode, pg_start++, off_start, in f2fs_punch_hole() 1123 PAGE_SIZE - off_start); in f2fs_punch_hole() 1497 loff_t off_start, off_end; in f2fs_zero_range() local 1515 off_start = offset & (PAGE_SIZE - 1); in f2fs_zero_range() 1519 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | huge_memory.c | 3060 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file() argument 3080 file_path, off_start, off_end); in split_huge_pages_in_file() 3084 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file() 3125 /* hold pid, start_vaddr, end_vaddr or file_path, off_start, off_end */ in split_huge_pages_write() 3146 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local 3157 ret = sscanf(buf, "0x%lx,0x%lx", &off_start, &off_end); in split_huge_pages_write() 3162 ret = split_huge_pages_in_file(file_path, off_start, off_end); in split_huge_pages_write()
|
Completed in 10 milliseconds