Lines Matching defs:off_start
1051 loff_t off_start, off_end;
1061 off_start = offset & (PAGE_SIZE - 1);
1065 ret = fill_zero(inode, pg_start, off_start,
1066 off_end - off_start);
1070 if (off_start) {
1071 ret = fill_zero(inode, pg_start++, off_start,
1072 PAGE_SIZE - off_start);
1443 loff_t off_start, off_end;
1461 off_start = offset & (PAGE_SIZE - 1);
1465 ret = fill_zero(inode, pg_start, off_start,
1466 off_end - off_start);
1472 if (off_start) {
1473 ret = fill_zero(inode, pg_start++, off_start,
1474 PAGE_SIZE - off_start);