Lines Matching defs:off_start
1102 loff_t off_start, off_end;
1112 off_start = offset & (PAGE_SIZE - 1);
1116 ret = fill_zero(inode, pg_start, off_start,
1117 off_end - off_start);
1121 if (off_start) {
1122 ret = fill_zero(inode, pg_start++, off_start,
1123 PAGE_SIZE - off_start);
1497 loff_t off_start, off_end;
1515 off_start = offset & (PAGE_SIZE - 1);
1519 ret = fill_zero(inode, pg_start, off_start,
1520 off_end - off_start);
1526 if (off_start) {
1527 ret = fill_zero(inode, pg_start++, off_start,
1528 PAGE_SIZE - off_start);