Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dtnc.c1520 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu) in ubifs_tnc_get_bu_keys() argument
1524 unsigned int block = key_block(c, &bu->key); in ubifs_tnc_get_bu_keys()
1527 bu->cnt = 0; in ubifs_tnc_get_bu_keys()
1528 bu->blk_cnt = 0; in ubifs_tnc_get_bu_keys()
1529 bu->eof = 0; in ubifs_tnc_get_bu_keys()
1533 err = ubifs_lookup_level0(c, &bu->key, &znode, &n); in ubifs_tnc_get_bu_keys()
1540 if (len > bu->buf_len) { in ubifs_tnc_get_bu_keys()
1545 bu->zbranch[bu->cnt++] = znode->zbranch[n]; in ubifs_tnc_get_bu_keys()
1546 bu->blk_cnt += 1; in ubifs_tnc_get_bu_keys()
1562 if (key_inum(c, key) != key_inum(c, &bu->key) || in ubifs_tnc_get_bu_keys()
[all …]
H A Dsuper.c1286 if (c->bu.buf) in bu_init()
1290 c->bu.buf = kmalloc(c->max_bu_buf_len, GFP_KERNEL | __GFP_NOWARN); in bu_init()
1291 if (!c->bu.buf) { in bu_init()
1701 kfree(c->bu.buf); in mount_ubifs()
1746 kfree(c->bu.buf); in ubifs_umount()
2100 kfree(c->bu.buf); in ubifs_remount_fs()
2101 c->bu.buf = NULL; in ubifs_remount_fs()
H A Dubifs.h1899 struct bu_info bu; member
2218 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu);
2219 int ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu);
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c134 const DWunion bu = {.ll = b}; in __cmpdi2() local
136 if (au.s.high < bu.s.high) in __cmpdi2()
138 else if (au.s.high > bu.s.high) in __cmpdi2()
140 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __cmpdi2()
142 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __cmpdi2()
431 const DWunion bu = {.ll = b}; in __ucmpdi2() local
433 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2()
435 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2()
437 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()
439 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()