Home
last modified time | relevance | path

Searched refs:idx_gc (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ubifs/
A Dgc.c563 if (!idx_gc) { in ubifs_garbage_collect_leb()
570 list_add(&idx_gc->list, &c->idx_gc); in ubifs_garbage_collect_leb()
892 list_for_each_entry(idx_gc, &c->idx_gc, list) in ubifs_gc_start_commit()
905 if (!idx_gc) { in ubifs_gc_start_commit()
916 kfree(idx_gc); in ubifs_gc_start_commit()
923 list_add(&idx_gc->list, &c->idx_gc); in ubifs_gc_start_commit()
944 list_for_each_entry_safe(idx_gc, tmp, &c->idx_gc, list) in ubifs_gc_end_commit()
955 kfree(idx_gc); in ubifs_gc_end_commit()
975 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, in ubifs_destroy_idx_gc()
979 kfree(idx_gc); in ubifs_destroy_idx_gc()
[all …]
A Ddebug.c617 struct ubifs_gced_idx_leb *idx_gc; in ubifs_dump_budg() local
663 list_for_each_entry(idx_gc, &c->idx_gc, list) in ubifs_dump_budg()
665 idx_gc->lnum, idx_gc->unmap); in ubifs_dump_budg()
A Dlprops.c898 list_for_each(pos, &c->idx_gc) in dbg_check_cats()
A Dubifs.h1409 struct list_head idx_gc; member
A Dsuper.c2147 INIT_LIST_HEAD(&c->idx_gc); in alloc_ubifs_info()

Completed in 20 milliseconds