Home
last modified time | relevance | path

Searched refs:tmp_next (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/affs/
H A Dfile.c605 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_extent_file_ofs() local
607 if (tmp_next) in affs_extent_file_ofs()
610 bidx, tmp_next); in affs_extent_file_ofs()
612 affs_adjust_checksum(prev_bh, bh->b_blocknr - tmp_next); in affs_extent_file_ofs()
755 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_write_end_ofs() local
757 if (tmp_next) in affs_write_end_ofs()
760 bidx, tmp_next); in affs_write_end_ofs()
762 affs_adjust_checksum(prev_bh, bh->b_blocknr - tmp_next); in affs_write_end_ofs()
791 if (tmp_next) in affs_write_end_ofs()
794 bidx, tmp_next); in affs_write_end_ofs()
[all …]
/linux-6.15/lib/
H A Dmaple_tree.c2544 struct ma_state tmp[3], tmp_next[3]; in mas_topiary_replace() local
2564 if (!mas_find_child(&tmp[i], &tmp_next[n])) in mas_topiary_replace()
2576 tmp_next[n++].status = ma_none; in mas_topiary_replace()
2579 tmp[i] = tmp_next[i]; in mas_topiary_replace()
2599 if (!mas_find_child(&tmp[i], &tmp_next[n])) in mas_topiary_replace()
2602 if ((tmp_next[n].min >= tmp_next->index) && in mas_topiary_replace()
2603 (tmp_next[n].max <= tmp_next->last)) { in mas_topiary_replace()
2604 mat_add(&subtrees, tmp_next[n].node); in mas_topiary_replace()
2605 tmp_next[n].status = ma_none; in mas_topiary_replace()
2616 tmp_next[n++].status = ma_none; in mas_topiary_replace()
[all …]