Searched refs:off_end (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | file.c | 780 loff_t off_start, off_end; in punch_hole() local 793 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); in punch_hole() 797 off_end - off_start); in punch_hole() 807 if (off_end) { in punch_hole() 808 ret = fill_zero(inode, pg_end, 0, off_end); in punch_hole() 987 loff_t off_start, off_end; in f2fs_zero_range() local 1012 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); in f2fs_zero_range() 1016 off_end - off_start); in f2fs_zero_range() 1070 if (off_end) { in f2fs_zero_range() 1071 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range() [all …]
|
/linux-4.4.14/drivers/android/ |
D | binder.c | 1244 binder_size_t *offp, *off_end; in binder_transaction_buffer_release() local 1258 off_end = failed_at; in binder_transaction_buffer_release() 1260 off_end = (void *)offp + buffer->offsets_size; in binder_transaction_buffer_release() 1261 for (; offp < off_end; offp++) { in binder_transaction_buffer_release() 1323 binder_size_t *offp, *off_end; in binder_transaction() local 1524 off_end = (void *)offp + tr->offsets_size; in binder_transaction() 1525 for (; offp < off_end; offp++) { in binder_transaction()
|