Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dconfigfs.rs433 struct ItemOperationsVTable<Container, Data>(PhantomData<(Container, Data)>); struct
435 impl<Data> ItemOperationsVTable<Group<Data>, Data> implementation
471 impl<Data> ItemOperationsVTable<Subsystem<Data>, Data> { implementation
759 ct_item_ops: ItemOperationsVTable::<$tpe, Data>::vtable_ptr().cast_mut(),
776 ct_item_ops: ItemOperationsVTable::<$tpe, Data>::vtable_ptr().cast_mut(),