Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs351 pub fn try_clear_maywrite(&self) -> Result { in try_clear_maywrite() method
/linux/drivers/android/binder/
H A Dprocess.rs1680 vma.try_clear_maywrite().map_err(|_| EPERM)?; in mmap()