Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A 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()
H A Dubifs.h934 struct ubifs_gced_idx_leb { struct
H A Ddebug.c584 struct ubifs_gced_idx_leb *idx_gc; in ubifs_dump_budg()
/openbmc/linux/fs/ubifs/
H A Dgc.c546 struct ubifs_gced_idx_leb *idx_gc; in ubifs_garbage_collect_leb()
562 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_garbage_collect_leb()
878 struct ubifs_gced_idx_leb *idx_gc; in ubifs_gc_start_commit()
919 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_gc_start_commit()
953 struct ubifs_gced_idx_leb *idx_gc, *tmp; in ubifs_gc_end_commit()
988 struct ubifs_gced_idx_leb *idx_gc; in ubifs_destroy_idx_gc()
990 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, in ubifs_destroy_idx_gc()
1006 struct ubifs_gced_idx_leb *idx_gc; in ubifs_get_idx_gc_leb()
1011 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, list); in ubifs_get_idx_gc_leb()
H A Dubifs.h346 struct ubifs_gced_idx_leb { struct
H A Ddebug.c617 struct ubifs_gced_idx_leb *idx_gc; in ubifs_dump_budg()