Module fs

Source

Modulesยง

arc_ioctl ๐Ÿ”’
Data structures and logic for virtio-fs IOCTLs specific to ARCVM.
caps ๐Ÿ”’
config ๐Ÿ”’
expiring_map ๐Ÿ”’
multikey ๐Ÿ”’
passthrough
read_dir ๐Ÿ”’
worker ๐Ÿ”’

Structsยง

Config
Options that configure the behavior of the file system.
Fs
Worker

Enumsยง

CachePolicy
The caching policy that the file system should report to the FUSE client. By default the FUSE protocol uses close-to-open consistency. This means that any cached contents of the file are invalidated the next time that file is opened.
Error
Errors that may occur during the creation or operation of an Fs device.

Constantsยง

FS_BAR_NUM ๐Ÿ”’
FS_BAR_OFFSET ๐Ÿ”’
FS_BAR_SIZE ๐Ÿ”’
QUEUE_SIZE ๐Ÿ”’

Type Aliasesยง

Result