Skip to main content

Module inode_map

Module inode_map 

Source

Enums§

InodeNamespace
Which virtual namespace a FUSE inode belongs to.

Constants§

FUSE_DELETED_INO
FUSE_EVIDENCE_INO
FUSE_JOURNAL_INO
FUSE_METADATA_INO
FUSE_ROOT_INO
FUSE inode number constants for virtual directories.
FUSE_RO_INO
FUSE_RW_INO
FUSE_SESSION_INO
FUSE_UNALLOCATED_INO

Functions§

decode_fuse_ino
Convert a FUSE inode number to its namespace and real inode.
deleted_ino
Encode a deleted inode for the deleted/ namespace.
evidence_ino
Encode an evidence filtered view inode.
journal_ino
Encode a journal virtual inode.
metadata_ino
Encode a metadata virtual inode.
ro_ino
Encode a real ext4 inode for the ro/ namespace.
rw_ino
Encode an overlay inode for the rw/ namespace.
unallocated_ino
Encode an unallocated range virtual inode.