Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/
Dfusefs.rs95 struct InodeState { struct
114 impl InodeState { argument
116 InodeState { entry, handle_ref_count: AtomicU64::new(0), unlinked: false } in new()
120 InodeState { entry, handle_ref_count: AtomicU64::new(handle_ref_count), unlinked: false } in new_with_ref_count()
190 inode_table: RwLock<BTreeMap<Inode, InodeState>>,
220 InodeState::new(AuthFsEntry::ReadonlyDirectory { dir: InMemoryDir::new() }), in new()
282 .insert(new_inode, InodeState::new(new_dir_entry)) in add_entry_at_ro_dir_by_path()
305 if inode_table.insert(new_inode, InodeState::new(entry)).is_some() { in add_entry_at_ro_dir_by_path()
349 |InodeState { entry, .. }| { in create_new_entry_with_ref_count()
358 entry.insert(InodeState::new_with_ref_count(new_file_entry, 1)); in create_new_entry_with_ref_count()
[all …]