Searched refs:lh (Results 1 - 4 of 4) sorted by relevance

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_verify.c411 struct list_head *lh; local
419 list_for_each(lh, &dev->obj_bucket[i].list) {
420 obj = list_entry(lh, struct yaffs_obj, hash_link);
428 struct list_head *lh; local
454 list_for_each(lh, &obj->parent->variant.dir_variant.children) {
455 list_obj = list_entry(lh, struct yaffs_obj, siblings);
471 struct list_head *lh; local
491 list_for_each(lh, &directory->variant.dir_variant.children) {
492 list_obj = list_entry(lh, struct yaffs_obj, siblings);
H A Dyaffs_allocator.c290 struct list_head *lh; local
303 lh = allocator->free_objs.next;
304 obj = list_entry(lh, struct yaffs_obj, siblings);
305 list_del_init(lh);
H A Dyaffs_guts.c3945 struct list_head *lh; local
3948 list_for_each_safe(lh, n, &from_dir->variant.dir_variant.children) {
3949 obj = list_entry(lh, struct yaffs_obj, siblings);
4209 struct list_head *lh; local
4214 list_for_each_safe(lh, save, hard_list) {
4215 hl = list_entry(lh, struct yaffs_obj, hard_links);
4287 struct list_head *lh; local
4301 list_for_each_safe(lh, n, &dev->obj_bucket[i].list) {
4302 obj = list_entry(lh, struct yaffs_obj, hash_link);
4349 struct list_head *lh; local
[all...]
H A Dyaffs_yaffs2.c547 struct list_head *lh; local
554 list_for_each(lh, &dev->obj_bucket[i].list) {
555 obj = list_entry(lh, struct yaffs_obj, hash_link);

Completed in 45 milliseconds