Home
last modified time | relevance | path

Searched defs:make_group (Results 1 – 2 of 2) sorted by relevance

/linux/samples/rust/
H A Drust_configfs.rs74 fn make_group(&self, name: &CStr) -> Result<impl PinInit<configfs::Group<Child>, Error>> { in make_group() method
139 fn make_group(&self, name: &CStr) -> Result<impl PinInit<configfs::Group<GrandChild>, Error>> { in make_group() method
/linux/rust/kernel/
H A Dconfigfs.rs344 unsafe extern "C" fn make_group( in make_group() function
502 fn make_group(&self, name: &CStr) -> Result<impl PinInit<Group<Self::Child>, Error>>; in make_group() method