Lines Matching defs:znode
120 * "old", and znode which were touched last 'YOUNG_ZNODE_AGE' seconds ago are
121 * considered "young". This is used by shrinker when selecting znode to trim
180 * DIRTY_ZNODE: znode is dirty
181 * COW_ZNODE: znode is being committed and a new instance of this znode has to
182 * be created before changing this znode
183 * OBSOLETE_ZNODE: znode is obsolete, which means it was deleted, but it is
185 * will commit it, and delete this znode after it is done
748 * @znode: znode address in memory
757 struct ubifs_znode *znode;
768 * @parent: parent znode or NULL if it is the root
769 * @cnext: next znode to commit
772 * @flags: znode flags (%DIRTY_ZNODE, %COW_ZNODE or %OBSOLETE_ZNODE)
781 * @zbranch: array of znode branches (@c->fanout elements)
1070 * @zroot: zbranch which points to the root index node and znode
1071 * @cnext: next znode to commit
1072 * @enext: next znode to commit to empty space
1150 * @max_znode_sz: size of znode in bytes
1890 int insert_old_idx_znode(struct ubifs_info *c, struct ubifs_znode *znode);
1897 struct ubifs_znode *znode);
1899 const struct ubifs_znode *znode,
1901 struct ubifs_znode *ubifs_tnc_postorder_first(struct ubifs_znode *znode);
1903 struct ubifs_znode *znode);