Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs212 fn io_view<'a, IO: Io<'a>, U>( in io_view() function
849 let view = io_view::<Self, L::IoType>(self, location.offset())?; in try_read()
882 let view = io_view::<Self, L::IoType>(self, location.offset())?; in try_write()
961 let view = io_view::<Self, L::IoType>(self, location.offset())?; in try_update()