Home
last modified time | relevance | path

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

/linux/drivers/block/rnull/
H A Dconfigfs.rs12 str::{kstrtobool_bytes, CString},
145 let power_op = kstrtobool_bytes(page)?; in store()
211 this.data.lock().rotational = kstrtobool_bytes(page)?; in store()
/linux/rust/kernel/
H A Dstr.rs777 pub fn kstrtobool_bytes(bytes: &[u8]) -> Result<bool> { in kstrtobool_bytes() function