Data Fields | |
| fs_node_t * | bp |
| Back pointer to the FS node. | |
| link_t | cs_head |
| Head of child's siblings list. | |
| void * | data |
| File content's if type is TMPFS_FILE. | |
| devmap_handle_t | devmap_handle |
| Device handle. | |
| fs_index_t | index |
| TMPFS node index. | |
| unsigned | lnkcnt |
| Link count. | |
| link_t | nh_link |
| Nodes hash table link. | |
| size_t | size |
| File size if type is TMPFS_FILE. | |
| tmpfs_dentry_type_t | type |
Definition at line 60 of file tmpfs.h.
1.4.7