MOS Source Code
Loading...
Searching...
No Matches
tmpfs_inode_t Struct Reference

Public Attributes

inode_t real_inode
 
union { 
 
   char *   symlink_target 
 
   dev_t   dev 
 
};  
 

Detailed Description

Definition at line 20 of file tmpfs.c.

Member Data Documentation

◆ real_inode

inode_t real_inode

Definition at line 22 of file tmpfs.c.

Referenced by tmpfs_create_inode().

◆ symlink_target

char* symlink_target

Definition at line 26 of file tmpfs.c.

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

◆ dev

dev_t dev

Definition at line 27 of file tmpfs.c.

◆ [union]

union { ... }

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