MOS Source Code
Loading...
Searching...
No Matches
tmpfs_inode_t Struct Reference
+ Inheritance diagram for tmpfs_inode_t:
+ Collaboration diagram for tmpfs_inode_t:

Public Attributes

inode_t real_inode
 
union { 
 
   char *   symlink_target 
 
   dev_t   dev 
 
};  
 

Additional Inherited Members

- Static Public Attributes inherited from NamedType<"TmpFS.Inode">
static constexpr mos::string_view type_name
 

Detailed Description

Definition at line 21 of file tmpfs.cpp.

Member Data Documentation

◆ real_inode

inode_t real_inode

Definition at line 23 of file tmpfs.cpp.

Referenced by tmpfs_create_inode().

◆ symlink_target

char* symlink_target

Definition at line 27 of file tmpfs.cpp.

Referenced by tmpfs_i_readlink(), tmpfs_i_symlink(), and tmpfs_sb_drop_inode().

◆ dev

dev_t dev

Definition at line 28 of file tmpfs.cpp.

◆ [union]

union { ... }

The documentation for this struct was generated from the following file: