Searched refs:off_end (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/f2fs/
H A Dfile.c715 loff_t off_start, off_end; punch_hole() local
735 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); punch_hole()
739 off_end - off_start); punch_hole()
744 if (off_end) punch_hole()
745 fill_zero(inode, pg_end, 0, off_end); punch_hole()
774 loff_t off_start, off_end; expand_inode_data() local
793 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); expand_inode_data()
800 if (index == pg_end && !off_end) expand_inode_data()
813 new_size = (index << PAGE_CACHE_SHIFT) + off_end; expand_inode_data()
/linux-4.1.27/drivers/android/
H A Dbinder.c1244 binder_size_t *offp, *off_end; binder_transaction_buffer_release() local
1258 off_end = failed_at; binder_transaction_buffer_release()
1260 off_end = (void *)offp + buffer->offsets_size; binder_transaction_buffer_release()
1261 for (; offp < off_end; offp++) { binder_transaction_buffer_release()
1323 binder_size_t *offp, *off_end; binder_transaction() local
1524 off_end = (void *)offp + tr->offsets_size; binder_transaction()
1525 for (; offp < off_end; offp++) { binder_transaction()

Completed in 165 milliseconds