Lines Matching defs:znode
118 * "old", and znode which were touched last 'YOUNG_ZNODE_AGE' seconds ago are
119 * considered "young". This is used by shrinker when selecting znode to trim
171 * DIRTY_ZNODE: znode is dirty
172 * COW_ZNODE: znode is being committed and a new instance of this znode has to
173 * be created before changing this znode
174 * OBSOLETE_ZNODE: znode is obsolete, which means it was deleted, but it is
176 * will commit it, and delete this znode after it is done
739 * @znode: znode address in memory
748 struct ubifs_znode *znode;
759 * @parent: parent znode or NULL if it is the root
760 * @cnext: next znode to commit
763 * @flags: znode flags (%DIRTY_ZNODE, %COW_ZNODE or %OBSOLETE_ZNODE)
772 * @zbranch: array of znode branches (@c->fanout elements)
1049 * @zroot: zbranch which points to the root index node and znode
1050 * @cnext: next znode to commit
1051 * @enext: next znode to commit to empty space
1129 * @max_znode_sz: size of znode in bytes
1861 int insert_old_idx_znode(struct ubifs_info *c, struct ubifs_znode *znode);
1868 struct ubifs_znode *znode);
1870 const struct ubifs_znode *znode,
1872 struct ubifs_znode *ubifs_tnc_postorder_first(struct ubifs_znode *znode);
1874 struct ubifs_znode *znode);