Searched refs:next_blk (Results 1 – 3 of 3) sorted by relevance
718 s1394_addr_space_blk_t *next_blk; in s1394_destroy_addr_space() local743 next_blk = addr_blk->asb_parent; in s1394_destroy_addr_space()749 if (next_blk != NULL) { in s1394_destroy_addr_space()750 if (next_blk->asb_left != NULL) in s1394_destroy_addr_space()751 next_blk->asb_left = NULL; in s1394_destroy_addr_space()753 next_blk->asb_right = NULL; in s1394_destroy_addr_space()756 addr_blk = next_blk; in s1394_destroy_addr_space()770 next_blk = addr_blk->asb_right; in s1394_destroy_addr_space()774 addr_blk = next_blk; in s1394_destroy_addr_space()
1541 s1394_config_rom_t *next_blk; in s1394_destroy_config_rom_structures() local1548 next_blk = curr_blk->cfgrom_next; in s1394_destroy_config_rom_structures()1550 curr_blk = next_blk; in s1394_destroy_config_rom_structures()
333 blkptr_t blk, next_blk; in zil_parse() local355 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) { in zil_parse()373 error = zil_read_log_block(zilog, decrypt, &blk, &next_blk, in zil_parse()