Searched refs:off_start (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | file.c | 924 loff_t off_start, off_end; in punch_hole() local 934 off_start = offset & (PAGE_SIZE - 1); in punch_hole() 938 ret = fill_zero(inode, pg_start, off_start, in punch_hole() 939 off_end - off_start); in punch_hole() 943 if (off_start) { in punch_hole() 944 ret = fill_zero(inode, pg_start++, off_start, in punch_hole() 945 PAGE_SIZE - off_start); in punch_hole() 1307 loff_t off_start, off_end; in f2fs_zero_range() local 1325 off_start = offset & (PAGE_SIZE - 1); in f2fs_zero_range() 1329 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() [all …]
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 2197 binder_size_t *offp, *off_start, *off_end; in binder_transaction_buffer_release() local 2208 off_start = (binder_size_t *)(buffer->data + in binder_transaction_buffer_release() 2213 off_end = (void *)off_start + buffer->offsets_size; in binder_transaction_buffer_release() 2214 for (offp = off_start; offp < off_end; offp++) { in binder_transaction_buffer_release() 2288 off_start, in binder_transaction_buffer_release() 2289 offp - off_start); in binder_transaction_buffer_release() 2569 binder_size_t *off_start, in binder_fixup_parent() argument 2583 parent = binder_validate_ptr(b, bp->parent, off_start, num_valid); in binder_fixup_parent() 2590 if (!binder_validate_fixup(b, off_start, in binder_fixup_parent() 2727 binder_size_t *offp, *off_end, *off_start; in binder_transaction() local [all …]
|