Lines Matching refs:Inode
45 pub type Inode = u64; typedef
77 file_pool: BTreeMap<Inode, FileConfig>,
85 pub fn new(file_pool: BTreeMap<Inode, FileConfig>, max_write: u32) -> AuthFs { in new() argument
89 fn get_file_config(&self, inode: &Inode) -> io::Result<&FileConfig> { in get_file_config()
187 type Inode = Inode; typedef
201 fn lookup(&self, _ctx: Context, _parent: Inode, name: &CStr) -> io::Result<Entry> { in lookup() argument
208 let inode = num.parse::<Inode>().map_err(|_| io::Error::from_raw_os_error(libc::ENOENT))?; in lookup()
232 inode: Inode, in getattr() argument
254 inode: Self::Inode, in open() argument
279 inode: Inode, in read() argument
311 inode: Self::Inode, in write() argument
333 inode: Inode, in setattr() argument
381 file_pool: BTreeMap<Inode, FileConfig>, in loop_forever() argument