Home
last modified time | relevance | path

Searched defs:AuthFsEntry (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/authfs/src/
Dmain.rs176 ) -> Result<AuthFsEntry> { in new_remote_verified_file_entry()
190 ) -> Result<AuthFsEntry> { in new_remote_unverified_file_entry()
198 ) -> Result<AuthFsEntry> { in new_remote_new_verified_file_entry()
209 ) -> Result<AuthFsEntry> { in new_remote_new_verified_dir_entry()
Dfusefs.rs61 pub enum AuthFsEntry { enum
77 impl AuthFsEntry { implementation
119 fn new_with_ref_count(entry: AuthFsEntry, handle_ref_count: u64) -> Self { in new_with_ref_count()
236 entry: AuthFsEntry, in add_entry_at_root_dir()
249 entry: AuthFsEntry, in add_entry_at_ro_dir_by_path()
343 F: FnOnce(&mut AuthFsEntry, &Path, Inode) -> io::Result<AuthFsEntry>, in create_new_entry_with_ref_count()