Searched refs:ubifs_gced_idx_leb (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | gc.c | 515 struct ubifs_gced_idx_leb *idx_gc; in ubifs_garbage_collect_leb() 531 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_garbage_collect_leb() 832 struct ubifs_gced_idx_leb *idx_gc; in ubifs_gc_start_commit() 877 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_gc_start_commit() 911 struct ubifs_gced_idx_leb *idx_gc, *tmp; in ubifs_gc_end_commit() 946 struct ubifs_gced_idx_leb *idx_gc; in ubifs_destroy_idx_gc() 948 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, in ubifs_destroy_idx_gc() 964 struct ubifs_gced_idx_leb *idx_gc; in ubifs_get_idx_gc_leb() 969 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, list); in ubifs_get_idx_gc_leb()
|
| H A D | ubifs.h | 935 struct ubifs_gced_idx_leb { struct
|
| H A D | debug.c | 585 struct ubifs_gced_idx_leb *idx_gc; in ubifs_dump_budg()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | gc.c | 545 struct ubifs_gced_idx_leb *idx_gc; in ubifs_garbage_collect_leb() 561 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_garbage_collect_leb() 862 struct ubifs_gced_idx_leb *idx_gc; in ubifs_gc_start_commit() 903 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_gc_start_commit() 937 struct ubifs_gced_idx_leb *idx_gc, *tmp; in ubifs_gc_end_commit() 972 struct ubifs_gced_idx_leb *idx_gc; in ubifs_destroy_idx_gc() 974 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, in ubifs_destroy_idx_gc() 990 struct ubifs_gced_idx_leb *idx_gc; in ubifs_get_idx_gc_leb() 995 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, list); in ubifs_get_idx_gc_leb()
|
| H A D | ubifs.h | 337 struct ubifs_gced_idx_leb { struct
|
| H A D | debug.c | 580 struct ubifs_gced_idx_leb *idx_gc; in ubifs_dump_budg()
|