Lines Matching refs:Inode

51 pub type Inode = u64;  typedef
58 const ROOT_INODE: Inode = 1;
127 pub inode: Inode,
190 inode_table: RwLock<BTreeMap<Inode, InodeState>>,
237 ) -> Result<Inode> { in add_entry_at_root_dir() argument
247 dir_inode: Inode, in add_entry_at_ro_dir_by_path() argument
250 ) -> Result<Inode> { in add_entry_at_ro_dir_by_path() argument
319 fn handle_inode<F, R>(&self, inode: &Inode, handle_fn: F) -> io::Result<R> in handle_inode() argument
338 parent_inode: Inode, in create_new_entry_with_ref_count() argument
341 ) -> io::Result<Inode> in create_new_entry_with_ref_count()
343 F: FnOnce(&mut AuthFsEntry, &Path, Inode) -> io::Result<AuthFsEntry>, in create_new_entry_with_ref_count()
499 type Inode = Inode; typedef
513 fn lookup(&self, _ctx: Context, parent: Inode, name: &CStr) -> io::Result<Entry> { in lookup() argument
570 fn forget(&self, _ctx: Context, inode: Self::Inode, count: u64) { in forget() argument
606 inode: Inode, in getattr() argument
638 inode: Self::Inode, in open() argument
667 parent: Self::Inode, in create() argument
707 inode: Inode, in read() argument
739 inode: Self::Inode, in write() argument
766 inode: Inode, in setattr() argument
818 inode: Self::Inode, in getxattr() argument
852 parent: Self::Inode, in mkdir() argument
886 fn unlink(&self, _ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<()> { in unlink() argument
913 fn rmdir(&self, _ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<()> { in rmdir() argument
951 inode: Self::Inode, in opendir() argument
965 _inode: Self::Inode, in readdir() argument
984 inode: Self::Inode, in releasedir() argument
995 fn statfs(&self, _ctx: Context, _inode: Self::Inode) -> io::Result<libc::statvfs64> { in statfs()
1023 inode_table: &BTreeMap<Inode, InodeState>, in handle_inode_locked() argument
1024 inode: &Inode, in handle_inode_locked() argument
1038 inode_table: &mut BTreeMap<Inode, InodeState>, in handle_inode_mut_locked() argument
1039 inode: &Inode, in handle_inode_mut_locked() argument