Searched refs:bud (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dlog.c39 * ubifs_search_bud - search bud LEB.
43 * This function searches bud LEB @lnum. Returns bud description object in case
44 * of success and %NULL if there is no bud with this LEB number.
49 struct ubifs_bud *bud; local
54 bud = rb_entry(p, struct ubifs_bud, rb);
55 if (lnum < bud->lnum)
57 else if (lnum > bud->lnum)
61 return bud;
78 struct ubifs_bud *bud; local
138 ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) argument
188 struct ubifs_bud *bud = rb_entry(p, struct ubifs_bud, rb); local
213 struct ubifs_bud *bud; local
345 struct ubifs_bud *bud; local
545 struct ubifs_bud *bud; local
786 struct ubifs_bud *bud; local
[all...]
H A Dreplay.c60 * @free: amount of free space in a bud
61 * @dirty: amount of dirty space in a bud from padding and deletion nodes
89 * @list: next bud in the list
90 * @bud: bud description object
91 * @free: free bytes in the bud
96 struct ubifs_bud *bud; member in struct:bud_entry
102 * set_bud_lprops - set free and dirty space used by a bud.
104 * @r: replay entry of bud
139 dbg_mnt("bud LE
503 struct ubifs_bud *bud; local
753 struct ubifs_bud *bud; local
793 struct ubifs_bud *bud; local
[all...]
H A Dsuper.c596 * bud_wbuf_callback - bud LEB write-buffer synchronization call-back.
604 * accounting in bud logical eraseblocks. This function returns zero in case of
681 * when number of bud bytes becomes above the limit defined below.
845 * free_buds - free per-bud objects.
851 struct ubifs_bud *bud; local
859 bud = rb_entry(this, struct ubifs_bud, rb);
862 if (this->rb_left == &bud->rb)
867 kfree(bud);
1069 struct ubifs_bud *bud; local
1071 bud
[all...]
H A Ddebug.c609 struct ubifs_bud *bud; local
640 bud = rb_entry(rb, struct ubifs_bud, rb);
641 printk(KERN_DEBUG "\tbud LEB %d\n", bud->lnum);
643 list_for_each_entry(bud, &c->old_buds, list)
644 printk(KERN_DEBUG "\told bud LEB %d\n", bud->lnum);
664 struct ubifs_bud *bud; local
728 bud = rb_entry(rb, struct ubifs_bud, rb);
729 if (bud->lnum == lp->lnum) {
739 printk(KERN_CONT ", bud o
[all...]
H A Dubifs.h694 * struct ubifs_bud - bud logical eraseblock.
696 * @start: where the (uncommitted) bud data starts
697 * @jhead: journal head number this bud belongs to
712 * @buds_list: list of bud LEBs belonging to this journal head
954 * @buds: tree of all buds indexed by bud LEB number
956 * @buds_lock: protects the @buds tree, @bud_bytes, and per-journal head bud
961 * @bg_bud_bytes: number of bud bytes when background commit is initiated
1467 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dlog.c39 * ubifs_search_bud - search bud LEB.
43 * This function searches bud LEB @lnum. Returns bud description object in case
44 * of success and %NULL if there is no bud with this LEB number.
49 struct ubifs_bud *bud; local
54 bud = rb_entry(p, struct ubifs_bud, rb);
55 if (lnum < bud->lnum)
57 else if (lnum > bud->lnum)
61 return bud;
78 struct ubifs_bud *bud; local
138 ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) argument
188 struct ubifs_bud *bud = rb_entry(p, struct ubifs_bud, rb); local
213 struct ubifs_bud *bud; local
345 struct ubifs_bud *bud; local
545 struct ubifs_bud *bud; local
786 struct ubifs_bud *bud; local
[all...]
H A Dreplay.c60 * @free: amount of free space in a bud
61 * @dirty: amount of dirty space in a bud from padding and deletion nodes
89 * @list: next bud in the list
90 * @bud: bud description object
91 * @free: free bytes in the bud
96 struct ubifs_bud *bud; member in struct:bud_entry
102 * set_bud_lprops - set free and dirty space used by a bud.
104 * @r: replay entry of bud
139 dbg_mnt("bud LE
503 struct ubifs_bud *bud; local
753 struct ubifs_bud *bud; local
793 struct ubifs_bud *bud; local
[all...]
H A Dsuper.c596 * bud_wbuf_callback - bud LEB write-buffer synchronization call-back.
604 * accounting in bud logical eraseblocks. This function returns zero in case of
681 * when number of bud bytes becomes above the limit defined below.
845 * free_buds - free per-bud objects.
851 struct ubifs_bud *bud; local
859 bud = rb_entry(this, struct ubifs_bud, rb);
862 if (this->rb_left == &bud->rb)
867 kfree(bud);
1069 struct ubifs_bud *bud; local
1071 bud
[all...]
H A Ddebug.c609 struct ubifs_bud *bud; local
640 bud = rb_entry(rb, struct ubifs_bud, rb);
641 printk(KERN_DEBUG "\tbud LEB %d\n", bud->lnum);
643 list_for_each_entry(bud, &c->old_buds, list)
644 printk(KERN_DEBUG "\told bud LEB %d\n", bud->lnum);
664 struct ubifs_bud *bud; local
728 bud = rb_entry(rb, struct ubifs_bud, rb);
729 if (bud->lnum == lp->lnum) {
739 printk(KERN_CONT ", bud o
[all...]
H A Dubifs.h694 * struct ubifs_bud - bud logical eraseblock.
696 * @start: where the (uncommitted) bud data starts
697 * @jhead: journal head number this bud belongs to
712 * @buds_list: list of bud LEBs belonging to this journal head
954 * @buds: tree of all buds indexed by bud LEB number
956 * @buds_lock: protects the @buds tree, @bud_bytes, and per-journal head bud
961 * @bg_bud_bytes: number of bud bytes when background commit is initiated
1467 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jfs/
H A Djfs_dmap.c2623 int budsz, bud, w, bsz, size; local
2655 w = (w < bud) ? w : bud) {
2663 bud = w ^ bsz;
2667 if (leaf[bud] != NOFREE) {
2671 cursz = leaf[bud] - 1;
2672 dbSplit(tp, bud, cursz, cursz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jfs/
H A Djfs_dmap.c2623 int budsz, bud, w, bsz, size; local
2655 w = (w < bud) ? w : bud) {
2663 bud = w ^ bsz;
2667 if (leaf[bud] != NOFREE) {
2671 cursz = leaf[bud] - 1;
2672 dbSplit(tp, bud, cursz, cursz);

Completed in 145 milliseconds