Searched refs:b_len (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | bitmap.c | 64 size_t *b_len) in wnd_scan() argument 72 if (*b_len < *prev_tail) { in wnd_scan() 74 *b_len = *prev_tail; in wnd_scan() 83 if (*b_len < *prev_tail) { in wnd_scan() 85 *b_len = *prev_tail; in wnd_scan() 99 if (*b_len < free_len) { in wnd_scan() 101 *b_len = free_len; in wnd_scan() 992 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local 1020 b_len = b_pos = 0; in wnd_find() 1137 b_len = e->count.key; in wnd_find() [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | rk_i2c.c | 164 uchar *buf, uint b_len) in rk_i2c_read() argument 168 uint bytes_remain_len = b_len; in rk_i2c_read() 179 chip, reg, r_len, b_len); in rk_i2c_read() 263 uchar *buf, uint b_len) in rk_i2c_write() argument 268 uint bytes_remain_len = b_len + r_len + 1; in rk_i2c_write() 276 chip, reg, r_len, b_len); in rk_i2c_write()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ci_udc.h | 85 uint32_t b_len; member
|
H A D | ci_udc.c | 381 if (ci_req->b_buf && req->length > ci_req->b_len) { in ci_bounce() 386 ci_req->b_len = roundup(req->length, ARCH_DMA_MINALIGN); in ci_bounce() 387 ci_req->b_buf = memalign(ARCH_DMA_MINALIGN, ci_req->b_len); in ci_bounce() 391 ci_req->hw_len = ci_req->b_len; in ci_bounce()
|
/openbmc/linux/fs/ocfs2/ |
H A D | uptodate.c | 601 unsigned int i, b_len = ocfs2_clusters_to_blocks(sb, 1) * c_len; in ocfs2_remove_xattr_clusters_from_cache() local 603 for (i = 0; i < b_len; i++, block++) in ocfs2_remove_xattr_clusters_from_cache()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | tegra_nand.c | 388 int a_len, u8 *oobbuf, int b_len) in check_ecc_error() argument 421 !blank_check(oobbuf, b_len)) in check_ecc_error()
|
/openbmc/linux/fs/fat/ |
H A D | dir.c | 256 const unsigned char *b, int b_len) in fat_name_match() argument 258 if (a_len != b_len) in fat_name_match()
|