Searched refs:ylist_head (Results 1 – 4 of 4) sorted by relevance
41 struct ylist_head { struct42 struct ylist_head *next; /* next in chain */ argument43 struct ylist_head *prev; /* previous in chain */ argument49 struct ylist_head name = { &(name), &(name)}62 static __inline__ void ylist_add(struct ylist_head *newEntry, in ylist_add()63 struct ylist_head *list) in ylist_add()65 struct ylist_head *listNext = list->next; in ylist_add()74 static __inline__ void ylist_add_tail(struct ylist_head *newEntry, in ylist_add_tail()75 struct ylist_head *list) in ylist_add_tail()77 struct ylist_head *listPrev = list->prev; in ylist_add_tail()[all …]
389 struct ylist_head children; /* list of child links */433 struct ylist_head hashLink; /* list of objects in this hash bucket */435 struct ylist_head hardLinks; /* all the equivalent hard linked objects */440 struct ylist_head siblings;494 struct ylist_head list;535 struct ylist_head devList;
838 struct ylist_head *lh; in yaffs_VerifyObjects()1876 (struct ylist_head *)(&newObjects[i + 1]); in yaffs_CreateFreeObjects()2013 tn->siblings.next = (struct ylist_head *)(dev->freeObjects); in yaffs_FreeObject()2107 struct ylist_head *i; in yaffs_CreateNewObjectNumber()2142 struct ylist_head *i; in yaffs_FindObjectByNumber()4399 struct ylist_head *lh; in yaffs_WriteCheckpointObjects()4468 (struct ylist_head *) hardList; in yaffs_ReadCheckpointObjects()5430 struct ylist_head *i; in yaffs_StripDeletedObjects()5431 struct ylist_head *n; in yaffs_StripDeletedObjects()5804 (struct ylist_head *) in yaffs_Scan()[all …]
1133 struct ylist_head *i; in yaffs_readdir()2286 struct ylist_head *item;