pub fn new_remotefs_in_root<L>(
locked: &mut Locked<L>,
kernel: &Kernel,
root: &DirectorySynchronousProxy,
options: FileSystemOptions,
rights: Flags,
) -> Result<FileSystemHandle, Errno>where
L: LockEqualOrBefore<FileOpsCore>,Expand description
Create a filesystem to access the content of the fuchsia directory available
at options.source inside root.