Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/
Dfusefs.rs346 let (new_inode, new_file_entry) = handle_inode_mut_locked( in create_new_entry_with_ref_count()
352 let new_file_entry = create_fn(entry, basename, new_inode)?; in create_new_entry_with_ref_count() localVariable
353 Ok((new_inode, new_file_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()