Home
last modified time | relevance | path

Searched refs:bud (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlog.c33 struct ubifs_bud *bud; in ubifs_search_bud() local
38 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_search_bud()
39 if (lnum < bud->lnum) in ubifs_search_bud()
41 else if (lnum > bud->lnum) in ubifs_search_bud()
45 return bud; in ubifs_search_bud()
62 struct ubifs_bud *bud; in ubifs_get_wbuf() local
71 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_get_wbuf()
72 if (lnum < bud->lnum) in ubifs_get_wbuf()
74 else if (lnum > bud->lnum) in ubifs_get_wbuf()
77 jhead = bud->jhead; in ubifs_get_wbuf()
[all …]
H A Dreplay.c73 struct ubifs_bud *bud; member
95 lp = ubifs_lpt_lookup_dirty(c, b->bud->lnum); in set_bud_lprops()
102 if (b->bud->start == 0 && (lp->free != c->leb_size || lp->dirty != 0)) { in set_bud_lprops()
122 dbg_mnt("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops()
124 dbg_gc("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops()
136 b->bud->lnum, lp->free, lp->dirty, b->free, in set_bud_lprops()
147 err = ubifs_wbuf_seek_nolock(&c->jheads[b->bud->jhead].wbuf, in set_bud_lprops()
148 b->bud->lnum, c->leb_size - b->free); in set_bud_lprops()
514 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud() argument
516 struct ubifs_jhead *jh = &c->jheads[bud->jhead]; in is_last_bud()
[all …]
H A Ddebug.c579 struct ubifs_bud *bud; in ubifs_dump_budg() local
621 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_budg()
622 pr_err("\tbud LEB %d\n", bud->lnum); in ubifs_dump_budg()
624 list_for_each_entry(bud, &c->old_buds, list) in ubifs_dump_budg()
625 pr_err("\told bud LEB %d\n", bud->lnum); in ubifs_dump_budg()
647 struct ubifs_bud *bud; in ubifs_dump_lprop() local
709 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_lprop()
710 if (bud->lnum == lp->lnum) { in ubifs_dump_lprop()
726 dbg_jhead(bud->jhead)); in ubifs_dump_lprop()
H A Dsuper.c915 struct ubifs_bud *bud, *n; in free_buds() local
917 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) in free_buds()
918 kfree(bud); in free_buds()
1183 struct ubifs_bud *bud; in destroy_journal() local
1185 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()
1186 list_del(&bud->list); in destroy_journal()
1187 kfree(bud); in destroy_journal()
H A Dubifs.h1755 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlog.c37 struct ubifs_bud *bud; in ubifs_search_bud() local
42 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_search_bud()
43 if (lnum < bud->lnum) in ubifs_search_bud()
45 else if (lnum > bud->lnum) in ubifs_search_bud()
49 return bud; in ubifs_search_bud()
66 struct ubifs_bud *bud; in ubifs_get_wbuf() local
75 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_get_wbuf()
76 if (lnum < bud->lnum) in ubifs_get_wbuf()
78 else if (lnum > bud->lnum) in ubifs_get_wbuf()
81 jhead = bud->jhead; in ubifs_get_wbuf()
[all …]
H A Dreplay.c76 struct ubifs_bud *bud; member
98 lp = ubifs_lpt_lookup_dirty(c, b->bud->lnum); in set_bud_lprops()
105 if (b->bud->start == 0 && (lp->free != c->leb_size || lp->dirty != 0)) { in set_bud_lprops()
125 dbg_mnt("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops()
127 dbg_gc("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops()
139 b->bud->lnum, lp->free, lp->dirty, b->free, in set_bud_lprops()
150 err = ubifs_wbuf_seek_nolock(&c->jheads[b->bud->jhead].wbuf, in set_bud_lprops()
151 b->bud->lnum, c->leb_size - b->free); in set_bud_lprops()
478 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud() argument
480 struct ubifs_jhead *jh = &c->jheads[bud->jhead]; in is_last_bud()
[all …]
H A Ddebug.c584 struct ubifs_bud *bud; in ubifs_dump_budg() local
626 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_budg()
627 pr_err("\tbud LEB %d\n", bud->lnum); in ubifs_dump_budg()
629 list_for_each_entry(bud, &c->old_buds, list) in ubifs_dump_budg()
630 pr_err("\told bud LEB %d\n", bud->lnum); in ubifs_dump_budg()
657 struct ubifs_bud *bud; in ubifs_dump_lprop() local
719 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_lprop()
720 if (bud->lnum == lp->lnum) { in ubifs_dump_lprop()
736 dbg_jhead(bud->jhead)); in ubifs_dump_lprop()
H A Dsuper.c1060 struct ubifs_bud *bud, *n; in free_buds() local
1062 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) in free_buds()
1063 kfree(bud); in free_buds()
1266 struct ubifs_bud *bud; in destroy_journal() local
1268 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()
1269 list_del(&bud->list); in destroy_journal()
1270 kfree(bud); in destroy_journal()
H A Dubifs.h2130 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
/OK3568_Linux_fs/kernel/mm/
H A Dz3fold.c446 static inline int __idx(struct z3fold_header *zhdr, enum buddy bud) in __idx() argument
448 return (bud + zhdr->first_num) & BUDDY_MASK; in __idx()
457 enum buddy bud) in __encode_handle() argument
466 if (bud == HEADLESS) in __encode_handle()
470 idx = __idx(zhdr, bud); in __encode_handle()
472 if (bud == LAST) in __encode_handle()
481 static unsigned long encode_handle(struct z3fold_header *zhdr, enum buddy bud) in encode_handle() argument
483 return __encode_handle(zhdr, zhdr->slots, bud); in encode_handle()
639 enum buddy bud = HEADLESS; in get_free_buddy() local
644 bud = FIRST; in get_free_buddy()
[all …]
H A Dzbud.c260 static unsigned long encode_handle(struct zbud_header *zhdr, enum buddy bud) in encode_handle() argument
271 if (bud == FIRST) in encode_handle()
359 enum buddy bud; in zbud_alloc() local
376 bud = FIRST; in zbud_alloc()
378 bud = LAST; in zbud_alloc()
391 bud = FIRST; in zbud_alloc()
394 if (bud == FIRST) in zbud_alloc()
413 *handle = encode_handle(zhdr, bud); in zbud_alloc()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/
H A Dlldp_head-remove-all-references.patch152 struct basman_user_data *bud;
155 - bud = find_module_user_data_by_id(&lldp_head, LLDP_MOD_BASIC);
156 + bud = find_module_user_data_by_id(&lldp_mod_head, LLDP_MOD_BASIC);
157 if (bud) {
158 LIST_FOREACH(bd, &bud->head, entry) {
164 - bud = find_module_user_data_by_id(&lldp_head, LLDP_MOD_BASIC);
165 + bud = find_module_user_data_by_id(&lldp_mod_head, LLDP_MOD_BASIC);
166 LIST_INSERT_HEAD(&bud->head, bd, entry);
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dubifs-authentication.rst330 over the previous reference nodes, the current reference node, and the bud
332 between the bud nodes. This new node type contains a HMAC over the current state
344 ,.REF#0,-> bud -> bud -> bud.-> auth -> bud -> bud.-> auth ...
351 , REF#1 -> bud -> bud,-> auth ...
360 skip any journal heads for replay. An attacker can only remove bud nodes or
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c2722 int budsz, bud, w, bsz, size; in dbBackSplit() local
2754 w = (w < bud) ? w : bud) { in dbBackSplit()
2762 bud = w ^ bsz; in dbBackSplit()
2766 if (leaf[bud] != NOFREE) { in dbBackSplit()
2770 cursz = leaf[bud] - 1; in dbBackSplit()
2771 dbSplit(tp, bud, cursz, cursz); in dbBackSplit()
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0003-lv_drivers-Add-lv_conf.h-and-lv_drv_conf.h.patch102 +#define LV_DRV_INDEV_I2C_READ(last_read) 0 /*i2c_rd()*/ /*Read a byte from the I2C bud*/