Home
last modified time | relevance | path

Searched refs:bu (Results 1 – 5 of 5) sorted by relevance

/u-boot/fs/ubifs/
A Dtnc.c1514 bu->cnt = 0; in ubifs_tnc_get_bu_keys()
1516 bu->eof = 0; in ubifs_tnc_get_bu_keys()
1532 bu->zbranch[bu->cnt++] = znode->zbranch[n]; in ubifs_tnc_get_bu_keys()
1583 bu->zbranch[bu->cnt++] = *zbr; in ubifs_tnc_get_bu_keys()
1593 bu->eof = 1; in ubifs_tnc_get_bu_keys()
1613 if (bu->eof) { in ubifs_tnc_get_bu_keys()
1619 block = key_block(c, &bu->key) + bu->blk_cnt; in ubifs_tnc_get_bu_keys()
1622 if (key_block(c, &bu->zbranch[bu->cnt - 1].key) < block) in ubifs_tnc_get_bu_keys()
1624 bu->cnt -= 1; in ubifs_tnc_get_bu_keys()
1744 len = bu->zbranch[bu->cnt - 1].offs; in ubifs_tnc_bulk_read()
[all …]
A Dsuper.c1289 if (c->bu.buf) in bu_init()
1293 c->bu.buf = kmalloc(c->max_bu_buf_len, GFP_KERNEL | __GFP_NOWARN); in bu_init()
1294 if (!c->bu.buf) { in bu_init()
1709 kfree(c->bu.buf); in mount_ubifs()
1754 kfree(c->bu.buf); in ubifs_umount()
2106 kfree(c->bu.buf); in ubifs_remount_fs()
2107 c->bu.buf = NULL; in ubifs_remount_fs()
A Dubifs.h1898 struct bu_info bu; member
2217 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu);
2218 int ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu);
/u-boot/arch/nios2/lib/
A Dlibgcc.c133 const DWunion bu = {.ll = b}; in __cmpdi2() local
135 if (au.s.high < bu.s.high) in __cmpdi2()
137 else if (au.s.high > bu.s.high) in __cmpdi2()
139 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __cmpdi2()
141 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __cmpdi2()
430 const DWunion bu = {.ll = b}; in __ucmpdi2() local
432 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2()
434 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2()
436 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()
438 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_mlc.c1172 int bu, int bv) in nx_mlc_set_video_layer_gama_table_power_mode() argument
1188 ((u32)bu << ugammatable_pwd_bitpos) | in nx_mlc_set_video_layer_gama_table_power_mode()
1219 int bu, int bv) in nx_mlc_set_video_layer_gama_table_sleep_mode() argument
1237 if (bu) in nx_mlc_set_video_layer_gama_table_sleep_mode()

Completed in 26 milliseconds