Lines Matching refs:blkno
201 ocfs2_find_refcount_tree(struct ocfs2_super *osb, u64 blkno) in ocfs2_find_refcount_tree() argument
209 if (blkno < tree->rf_blkno) in ocfs2_find_refcount_tree()
211 else if (blkno > tree->rf_blkno) in ocfs2_find_refcount_tree()
972 u64 blkno; in ocfs2_get_refcount_cpos_end() local
1041 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
1043 if (le64_to_cpu(tmp_el->l_recs[i].e_blkno) == blkno) { in ocfs2_get_refcount_cpos_end()
1291 u64 suballoc_loc, blkno; in ocfs2_expand_inline_ref_root() local
1307 &blkno); in ocfs2_expand_inline_ref_root()
1313 new_bh = sb_getblk(sb, blkno); in ocfs2_expand_inline_ref_root()
1339 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1351 root_rb->rf_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1357 trace_ocfs2_expand_inline_ref_root((unsigned long long)blkno, in ocfs2_expand_inline_ref_root()
1529 u64 suballoc_loc, blkno; in ocfs2_new_leaf_refcount_block() local
1555 &blkno); in ocfs2_new_leaf_refcount_block()
1561 new_bh = sb_getblk(sb, blkno); in ocfs2_new_leaf_refcount_block()
1584 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_new_leaf_refcount_block()