Home
last modified time | relevance | path

Searched refs:ROOT_INODE (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/authfs/src/
Dfusefs.rs58 const ROOT_INODE: Inode = 1; constant
219 ROOT_INODE, in new()
225 next_inode: AtomicU64::new(ROOT_INODE + 1), in new()
239 self.add_entry_at_ro_dir_by_path(ROOT_INODE, &basename, entry) in add_entry_at_root_dir()