Searched refs:_GET_BLOCK (Results 1 – 3 of 3) sorted by relevance
78 bhdr = _GET_BLOCK(tnf, DATUM_VAL(datum)); in tnf_get_block_relative()95 bhdr = _GET_BLOCK(info->tnf, val); in tnf_is_block_header()114 return (DATUM(tnf->block_header_info, (caddr_t)_GET_BLOCK(tnf, val))); in tnf_get_block_header()146 bhdr = _GET_BLOCK(tnf, nval); in tnf_get_next_record()
66 src_gen = _GET_BLOCK_GENERATION(tnf, _GET_BLOCK(tnf, src_cell)); in vaddr_to_phys()87 dst_blk = _GET_BLOCK(tnf, dst_cell); in vaddr_to_phys()
210 #define _GET_BLOCK(tnf, ptr) \ macro