Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/file/
Dremote_file.rs22 use super::{ChunkBuffer, RandomWrite, ReadByChunk, VirtFdService};
26 service: &VirtFdService, in remote_read_chunk() argument
43 service: VirtFdService,
48 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() argument
53 service: VirtFdService, in new_by_path() argument
83 service: VirtFdService,
88 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() argument
109 service: VirtFdService,
114 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() argument
Dattr.rs21 use super::VirtFdService;
40 service: VirtFdService,
47 pub fn new_file(service: VirtFdService, remote_fd: i32) -> Attr { in new_file() argument
51 pub fn new_dir(service: VirtFdService, remote_fd: i32) -> Attr { in new_dir() argument
55 pub fn new_file_with_mode(service: VirtFdService, remote_fd: i32, mode: mode_t) -> Attr { in new_file_with_mode() argument
59 pub fn new_dir_with_mode(service: VirtFdService, remote_fd: i32, mode: mode_t) -> Attr { in new_dir_with_mode() argument
Ddir.rs27 use super::{validate_basename, VirtFdService, VirtFdServiceStatus};
58 service: VirtFdService,
67 pub fn new(service: VirtFdService, remote_dir_fd: i32) -> Self { in new() argument
/packages/modules/Virtualization/authfs/src/fusefs/
Dfile.rs25 VirtFdService,
42 service: VirtFdService,
52 service: VirtFdService, in prepare_by_path() argument
66 pub fn prepare_by_fd(service: VirtFdService, remote_fd: i32, expected_digest: Vec<u8>) -> Self { in prepare_by_fd() argument
/packages/modules/Virtualization/authfs/src/
Dfsstat.rs21 use crate::file::VirtFdService;
41 service: VirtFdService,
45 pub fn new(service: VirtFdService) -> Self { in new()
Dmain.rs173 service: file::VirtFdService, in new_remote_verified_file_entry() argument
187 service: file::VirtFdService, in new_remote_unverified_file_entry() argument
196 service: file::VirtFdService, in new_remote_new_verified_file_entry() argument
207 service: file::VirtFdService, in new_remote_new_verified_dir_entry() argument
216 service: file::VirtFdService, in prepare_root_dir_entries() argument
Dfile.rs17 pub type VirtFdService = Strong<dyn IVirtFdService>; typedef
24 pub fn get_rpc_binder_service(cid: u32) -> io::Result<VirtFdService> { in get_rpc_binder_service() argument