Searched refs:ubifs_gced_idx_leb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | gc.c | 546 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() 875 struct ubifs_gced_idx_leb *idx_gc; in ubifs_gc_start_commit() 916 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_gc_start_commit() 950 struct ubifs_gced_idx_leb *idx_gc, *tmp; in ubifs_gc_end_commit() 985 struct ubifs_gced_idx_leb *idx_gc; in ubifs_destroy_idx_gc() 987 idx_gc = list_entry(c->idx_gc.next, struct ubifs_gced_idx_leb, in ubifs_destroy_idx_gc() 1003 struct ubifs_gced_idx_leb *idx_gc; in ubifs_get_idx_gc_leb() 1008 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 | 328 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB. 337 struct ubifs_gced_idx_leb { struct
|
H A D | debug.c | 617 struct ubifs_gced_idx_leb *idx_gc; in ubifs_dump_budg()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | gc.c | 546 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 D | ubifs.h | 337 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB. 346 struct ubifs_gced_idx_leb { struct
|
H A D | debug.c | 617 struct ubifs_gced_idx_leb *idx_gc; in ubifs_dump_budg()
|
Completed in 20 milliseconds