Searched refs:buds (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | log.c | 14 * which does not contain any data but refers to buds. The log is a part of the 36 p = c->buds.rb_node; in ubifs_search_bud() 69 p = c->buds.rb_node; in ubifs_get_wbuf() 108 * ubifs_add_bud - add bud LEB to the tree of buds and its journal head list. 119 p = &c->buds.rb_node; in ubifs_add_bud() 131 rb_insert_color(&bud->rb, &c->buds); in ubifs_add_bud() 159 * and adds it to the buds trees. It also makes sure that log size does not 196 * Make sure the amount of space in buds will not exceed the in ubifs_add_bud_to_log() 291 * remove_buds - remove used buds. 294 * This function removes use buds fro [all...] |
H A D | debug.c | 657 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg() 745 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop() 2546 } else if (write && !RB_EMPTY_ROOT(&c->buds) && in power_cut_emulated()
|
H A D | super.c | 705 * all buds plus one reserved LEB. in init_constants_sb() 730 * When the amount of flash space used by buds becomes in init_constants_sb() 926 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) in free_buds() 2150 c->buds = RB_ROOT; in alloc_ubifs_info()
|
H A D | ubifs.h | 707 * @list: link in the list buds belonging to the same journal head 708 * @rb: link in the tree of all buds 727 * Note, the @buds list is protected by the @c->buds_lock. 1017 * committed buds 1019 * @buds: tree of all buds indexed by bud LEB number 1020 * @bud_bytes: how many bytes of flash is used by buds 1021 * @buds_lock: protects the @buds tree, @bud_bytes, and per-journal head bud 1025 * @max_bud_bytes: maximum number of bytes allowed in buds 1027 * @old_buds: buds t 1274 struct rb_root buds; global() member [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | log.c | 14 * which does not contain any data but refers to buds. The log is a part of the 36 p = c->buds.rb_node; in ubifs_search_bud() 69 p = c->buds.rb_node; in ubifs_get_wbuf() 108 * ubifs_add_bud - add bud LEB to the tree of buds and its journal head list. 119 p = &c->buds.rb_node; in ubifs_add_bud() 131 rb_insert_color(&bud->rb, &c->buds); in ubifs_add_bud() 159 * and adds it to the buds trees. It also makes sure that log size does not 196 * Make sure the amount of space in buds will not exceed the in ubifs_add_bud_to_log() 291 * remove_buds - remove used buds. 294 * This function removes use buds fro [all...] |
H A D | debug.c | 657 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg() 745 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop() 2546 } else if (write && !RB_EMPTY_ROOT(&c->buds) && in power_cut_emulated()
|
H A D | super.c | 705 * all buds plus one reserved LEB. in init_constants_sb() 730 * When the amount of flash space used by buds becomes in init_constants_sb() 926 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) in free_buds() 2155 c->buds = RB_ROOT; in alloc_ubifs_info()
|
H A D | ubifs.h | 716 * @list: link in the list buds belonging to the same journal head 717 * @rb: link in the tree of all buds 736 * Note, the @buds list is protected by the @c->buds_lock. 1038 * committed buds 1040 * @buds: tree of all buds indexed by bud LEB number 1041 * @bud_bytes: how many bytes of flash is used by buds 1042 * @buds_lock: protects the @buds tree, @bud_bytes, and per-journal head bud 1046 * @max_bud_bytes: maximum number of bytes allowed in buds 1048 * @old_buds: buds t 1299 struct rb_root buds; global() member [all...] |
Completed in 20 milliseconds