Home
last modified time | relevance | path

Searched refs:b_end (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/lib/
H A Dxxhash.c134 while (p + 4 <= b_end) { in xxh32()
140 while (p < b_end) { in xxh32()
217 if (p + 4 <= b_end) { in xxh64()
223 while (p < b_end) { in xxh64()
306 if (p <= b_end - 16) { in xxh32_update()
330 if (p < b_end) { in xxh32_update()
361 while (p < b_end) { in xxh32_digest()
411 if (p + 32 <= b_end) { in xxh64_update()
435 if (p < b_end) { in xxh64_update()
477 if (p + 4 <= b_end) { in xxh64_digest()
[all …]
H A Dmaple_tree.c1864 unsigned char b_end = bn->b_end; in mab_calc_split() local
2074 b_end = 0; in mas_store_b_node()
2079 b_end = b_node->b_end; in mas_store_b_node()
2099 goto b_end; in mas_store_b_node()
2126 b_end: in mas_store_b_node()
2127 b_node->b_end = b_end; in mas_store_b_node()
2232 unsigned char b_end = mast->bn->b_end; in mast_rebalance_next() local
2246 unsigned char b_end = mast->bn->b_end; in mast_rebalance_prev() local
2252 mast->bn->b_end = end + b_end; in mast_rebalance_prev()
2954 unsigned char shift, b_end = ++b_node->b_end; in mas_rebalance() local
[all …]
/linux-6.15/fs/bcachefs/
H A Dbuckets.c1166 u64 b_end = bucket_to_sector(ca, b + 1); in bch2_is_superblock_bucket() local
1176 if (!(offset >= b_end || end <= b_offset)) in bch2_is_superblock_bucket()