Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/android/
Dbinder.c1771 binder_size_t object_offset; in binder_validate_ptr() local
1778 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_validate_ptr()
1780 sizeof(object_offset))) in binder_validate_ptr()
1782 object_size = binder_get_object(proc, NULL, b, object_offset, object); in binder_validate_ptr()
1786 *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 …]
/Linux-v6.1/sound/soc/sof/
Dipc4-topology.c875 size_t object_offset) in sof_ipc4_init_audio_fmt() argument
913 for (i = 0; i < available_fmt->audio_fmt_num; i++, ptr = (u8 *)ptr + object_offset) { in sof_ipc4_init_audio_fmt()