Home
last modified time | relevance | path

Searched refs:ubifs_gced_idx_leb (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/fs/ubifs/
Dgc.c514 struct ubifs_gced_idx_leb *idx_gc; in ubifs_garbage_collect_leb()
530 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_garbage_collect_leb()
831 struct ubifs_gced_idx_leb *idx_gc; in ubifs_gc_start_commit()
876 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_gc_start_commit()
910 struct ubifs_gced_idx_leb *idx_gc, *tmp; in ubifs_gc_end_commit()
945 struct ubifs_gced_idx_leb *idx_gc; in ubifs_destroy_idx_gc()
947 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, in ubifs_destroy_idx_gc()
963 struct ubifs_gced_idx_leb *idx_gc; in ubifs_get_idx_gc_leb()
968 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, list); in ubifs_get_idx_gc_leb()
Dubifs.h934 struct ubifs_gced_idx_leb { struct
Ddebug.c584 struct ubifs_gced_idx_leb *idx_gc; in ubifs_dump_budg()