Home
last modified time | relevance | path

Searched refs:object_offset (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/ceph/
Dioctl.c199 &dl.object_no, &dl.object_offset, &xlen); in ceph_ioctl_get_dataloc()
200 dl.file_offset -= dl.object_offset; in ceph_ioctl_get_dataloc()
205 tmp = dl.object_offset; in ceph_ioctl_get_dataloc()
Dioctl.h58 __u64 object_offset; /* out: offset in object */ member
/Linux-v5.4/drivers/android/
Dbinder.c2104 binder_size_t object_offset; in binder_validate_ptr() local
2111 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_validate_ptr()
2113 sizeof(object_offset))) in binder_validate_ptr()
2115 object_size = binder_get_object(proc, b, object_offset, object); in binder_validate_ptr()
2119 *object_offsetp = object_offset; in binder_validate_ptr()
2287 binder_size_t object_offset; in binder_transaction_buffer_release() local
2289 if (!binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_transaction_buffer_release()
2291 sizeof(object_offset))) in binder_transaction_buffer_release()
2293 object_offset, &object); in binder_transaction_buffer_release()
2296 debug_id, (u64)object_offset, buffer->data_size); in binder_transaction_buffer_release()
[all …]