Searched refs:OpenDirBuf (Results 1 – 1 of 1) sorted by relevance
79 open_dirs: Mutex<HashMap<Handle, OpenDirBuf>>,94 struct OpenDirBuf { struct288 open_dirs.insert(handle, OpenDirBuf { open_count: 1, buf: buf.into_boxed_slice() }); in opendir()