Home
last modified time | relevance | path

Searched refs:off_end (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/dax/
Ddevice.c508 unsigned long off, off_end, off_align, len_align, addr_align, align; in dax_get_unmapped_area() local
518 off_end = off + len; in dax_get_unmapped_area()
521 if ((off_end <= off_align) || ((off_end - off_align) < align)) in dax_get_unmapped_area()
/Linux-v4.19/fs/f2fs/
Dfile.c924 loff_t off_start, off_end; in punch_hole() local
935 off_end = (offset + len) & (PAGE_SIZE - 1); in punch_hole()
939 off_end - off_start); in punch_hole()
949 if (off_end) { in punch_hole()
950 ret = fill_zero(inode, pg_end, 0, off_end); in punch_hole()
1307 loff_t off_start, off_end; in f2fs_zero_range() local
1326 off_end = (offset + len) & (PAGE_SIZE - 1); in f2fs_zero_range()
1330 off_end - off_start); in f2fs_zero_range()
1389 if (off_end) { in f2fs_zero_range()
1390 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()
[all …]
/Linux-v4.19/drivers/android/
Dbinder.c2197 binder_size_t *offp, *off_start, *off_end; in binder_transaction_buffer_release() local
2211 off_end = failed_at; 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()
2727 binder_size_t *offp, *off_end, *off_start; in binder_transaction() local
3018 off_end = (void *)off_start + tr->offsets_size; in binder_transaction()
3019 sg_bufp = (u8 *)(PTR_ALIGN(off_end, sizeof(void *))); in binder_transaction()
3022 for (; offp < off_end; offp++) { in binder_transaction()
/Linux-v4.19/mm/
Dhuge_memory.c505 loff_t off_end = off + len; in __thp_get_unmapped_area() local
509 if (off_end <= off_align || (off_end - off_align) < size) in __thp_get_unmapped_area()