Searched defs:OpenFileBuf (Results 1 – 1 of 1) sorted by relevance
88 struct OpenFileBuf { struct89 open_count: u32, // multiple opens share the buf because this is a read-only filesystem90 buf: Box<[u8]>,