Lines Matching defs:off_end
1051 loff_t off_start, off_end;
1062 off_end = (offset + len) & (PAGE_SIZE - 1);
1066 off_end - off_start);
1076 if (off_end) {
1077 ret = fill_zero(inode, pg_end, 0, off_end);
1443 loff_t off_start, off_end;
1462 off_end = (offset + len) & (PAGE_SIZE - 1);
1466 off_end - off_start);
1525 if (off_end) {
1526 ret = fill_zero(inode, pg_end, 0, off_end);
1626 loff_t off_end;
1642 off_end = (offset + len) & (PAGE_SIZE - 1);
1646 if (off_end)
1701 new_size = ((loff_t)pg_end << PAGE_SHIFT) + off_end;