Home
last modified time | relevance | path

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

/Linux-v6.6/fs/affs/
Dfile.c606 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_extent_file_ofs() local
608 if (tmp_next) in affs_extent_file_ofs()
611 bidx, tmp_next); in affs_extent_file_ofs()
613 affs_adjust_checksum(prev_bh, bh->b_blocknr - tmp_next); in affs_extent_file_ofs()
756 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_write_end_ofs() local
758 if (tmp_next) in affs_write_end_ofs()
761 bidx, tmp_next); in affs_write_end_ofs()
763 affs_adjust_checksum(prev_bh, bh->b_blocknr - tmp_next); in affs_write_end_ofs()
790 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_write_end_ofs() local
792 if (tmp_next) in affs_write_end_ofs()
[all …]
/Linux-v6.6/lib/
Dmaple_tree.c2581 struct ma_state tmp[3], tmp_next[3]; in mas_topiary_replace() local
2601 if (!mas_find_child(&tmp[i], &tmp_next[n])) in mas_topiary_replace()
2613 tmp_next[n++].node = MAS_NONE; in mas_topiary_replace()
2616 tmp[i] = tmp_next[i]; in mas_topiary_replace()
2636 if (!mas_find_child(&tmp[i], &tmp_next[n])) in mas_topiary_replace()
2639 if ((tmp_next[n].min >= tmp_next->index) && in mas_topiary_replace()
2640 (tmp_next[n].max <= tmp_next->last)) { in mas_topiary_replace()
2641 mat_add(&subtrees, tmp_next[n].node); in mas_topiary_replace()
2642 tmp_next[n].node = MAS_NONE; in mas_topiary_replace()
2653 tmp_next[n++].node = MAS_NONE; in mas_topiary_replace()
[all …]