Searched refs:off_end (Results 1 – 2 of 2) sorted by relevance
715 loff_t off_start, off_end; in punch_hole() local735 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); in punch_hole()739 off_end - off_start); in punch_hole()744 if (off_end) in punch_hole()745 fill_zero(inode, pg_end, 0, off_end); in punch_hole()774 loff_t off_start, off_end; in expand_inode_data() local793 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); in expand_inode_data()800 if (index == pg_end && !off_end) in expand_inode_data()813 new_size = (index << PAGE_CACHE_SHIFT) + off_end; in expand_inode_data()
1244 binder_size_t *offp, *off_end; in binder_transaction_buffer_release() local1258 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() local1524 off_end = (void *)offp + tr->offsets_size; in binder_transaction()1525 for (; offp < off_end; offp++) { in binder_transaction()