Lines Matching defs:off_end
1102 loff_t off_start, off_end;
1113 off_end = (offset + len) & (PAGE_SIZE - 1);
1117 off_end - off_start);
1127 if (off_end) {
1128 ret = fill_zero(inode, pg_end, 0, off_end);
1497 loff_t off_start, off_end;
1516 off_end = (offset + len) & (PAGE_SIZE - 1);
1520 off_end - off_start);
1579 if (off_end) {
1580 ret = fill_zero(inode, pg_end, 0, off_end);
1686 loff_t off_end;
1702 off_end = (offset + len) & (PAGE_SIZE - 1);
1706 if (off_end)
1763 new_size = ((loff_t)pg_end << PAGE_SHIFT) + off_end;