Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dconfigfs.rs428 const fn vtable_ptr() -> *const bindings::configfs_group_operations { in vtable_ptr() function
466 const fn vtable_ptr() -> *const bindings::configfs_item_operations { in vtable_ptr() function
478 const fn vtable_ptr() -> *const bindings::configfs_item_operations { in vtable_ptr() method
758 ct_group_ops: GroupOperationsVTable::<Data, Child>::vtable_ptr().cast_mut(),
759 ct_item_ops: ItemOperationsVTable::<$tpe, Data>::vtable_ptr().cast_mut(),
776 ct_item_ops: ItemOperationsVTable::<$tpe, Data>::vtable_ptr().cast_mut(),