Home
last modified time | relevance | path

Searched defs:batch_forget (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/fuse/src/
H A Dfilesystem.rs462 fn batch_forget(&self, ctx: Context, requests: Vec<(Self::Inode, u64)>) { in batch_forget() method
H A Dserver.rs1467 fn batch_forget<R: Reader, W: Writer>( in batch_forget() method
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs2249 fn batch_forget(&self, _ctx: Context, requests: Vec<(Inode, u64)>) { in batch_forget() method