Lines Matching refs:structure
1205 /* Pruning removes any part of the file structure tree that is beyond the
1293 /*-------------------- End of File Structure functions.-------------------*/
3747 /* printf("structure parsing failed\n"); */
4936 /* We only load some info, don't fiddle with directory structure */
5578 /* We only load some info, don't fiddle with directory structure */
6618 #define yaffs_CheckStruct(structure,syze, name) \
6619 if(sizeof(structure) != syze) \
6622 name,syze,sizeof(structure))); \