Home | History | Annotate | Download | only in yaffs2

Lines Matching defs:lh

3701 	struct list_head *lh;
3709 list_for_each(lh, &dev->objectBucket[i].list) {
3710 if (lh) {
3711 obj = list_entry(lh, yaffs_Object, hashLink);