Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ceph/
Dioctl.h58 __u64 object_offset; /* out: offset in object */ member
Dioctl.c200 &dl.object_no, &dl.object_offset, &xlen); in ceph_ioctl_get_dataloc()
201 dl.file_offset -= dl.object_offset; in ceph_ioctl_get_dataloc()
206 tmp = dl.object_offset; in ceph_ioctl_get_dataloc()
/Linux-v6.6/drivers/android/
Dbinder.c1772 binder_size_t object_offset; in binder_validate_ptr() local
1779 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_validate_ptr()
1781 sizeof(object_offset))) in binder_validate_ptr()
1783 object_size = binder_get_object(proc, NULL, b, object_offset, object); in binder_validate_ptr()
1787 *object_offsetp = object_offset; in binder_validate_ptr()
1960 binder_size_t object_offset; in binder_transaction_buffer_release() local
1962 if (!binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_transaction_buffer_release()
1964 sizeof(object_offset))) in binder_transaction_buffer_release()
1966 object_offset, &object); in binder_transaction_buffer_release()
1969 debug_id, (u64)object_offset, buffer->data_size); in binder_transaction_buffer_release()
[all …]