tmp_el            968 fs/ocfs2/refcounttree.c 	struct ocfs2_extent_list *tmp_el;
tmp_el           1032 fs/ocfs2/refcounttree.c 	tmp_el = left_path->p_node[subtree_root].el;
tmp_el           1034 fs/ocfs2/refcounttree.c 	for (i = 0; i < le16_to_cpu(tmp_el->l_next_free_rec); i++) {
tmp_el           1035 fs/ocfs2/refcounttree.c 		if (le64_to_cpu(tmp_el->l_recs[i].e_blkno) == blkno) {
tmp_el           1036 fs/ocfs2/refcounttree.c 			*cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos);
tmp_el           1041 fs/ocfs2/refcounttree.c 	BUG_ON(i == le16_to_cpu(tmp_el->l_next_free_rec));