Searched refs:tnodes (Results 1 - 2 of 2) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_guts.h357 yaffs_Tnode *tnodes; member in struct:yaffs_TnodeList_struct
598 int wideTnodesDisabled; /* Set to disable wide tnodes */
608 /* Stuff to support wide tnodes */
H A Dyaffs_guts.c587 * List of spare tnodes
592 /* yaffs_CreateTnodes creates a bunch more tnodes and
640 /* New hookup for wide tnodes */
657 /* Now add this bunch of tnodes to a list for freeing up.
659 * but it just means we can't free this bunch of tnodes later.
666 ("yaffs: Could not add tnodes to management list" TENDSTR)));
669 tnl->tnodes = newTnodes;
736 /* Free the list of allocated tnodes */
742 YFREE(dev->allocatedTnodeList->tnodes);
821 /* ---------Functions to manipulate the look-up tree (made up of tnodes)
[all...]

Completed in 78 milliseconds