struct jffs2_inode_info { /* We need an internal mutex similar to inode->i_rwsem. Unfortunately, we can't used the existing one, because either the GC would deadlock, or we'd have to release it before letting GC proceed. Or we'd have to put ugliness into the GC code so it didn't attempt to obtain the i_rwsem
for the inode(s) which are already locked */ struct mutex sem;
/* The highest (datanode) version number used for this ino */
uint32_t highest_version;
/* List of data fragments which make up the file */ struct rb_root fragtree;
/* There may be one datanode which isn't referenced by any of the above fragments, if it contains a metadata update but no actual
data - or if this is a directory inode */ /* This also holds the _only_ dnode for symlinks/device nodes,
etc. */ struct jffs2_full_dnode *metadata;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.