Lines Matching refs:blkno
203 ocfs2_find_refcount_tree(struct ocfs2_super *osb, u64 blkno) in ocfs2_find_refcount_tree() argument
211 if (blkno < tree->rf_blkno) in ocfs2_find_refcount_tree()
213 else if (blkno > tree->rf_blkno) in ocfs2_find_refcount_tree()
974 u64 blkno; in ocfs2_get_refcount_cpos_end() local
1043 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end()
1045 if (le64_to_cpu(tmp_el->l_recs[i].e_blkno) == blkno) { in ocfs2_get_refcount_cpos_end()
1295 u64 suballoc_loc, blkno; in ocfs2_expand_inline_ref_root() local
1311 &blkno); in ocfs2_expand_inline_ref_root()
1317 new_bh = sb_getblk(sb, blkno); in ocfs2_expand_inline_ref_root()
1343 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1355 root_rb->rf_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1361 trace_ocfs2_expand_inline_ref_root((unsigned long long)blkno, in ocfs2_expand_inline_ref_root()
1535 u64 suballoc_loc, blkno; in ocfs2_new_leaf_refcount_block() local
1561 &blkno); in ocfs2_new_leaf_refcount_block()
1567 new_bh = sb_getblk(sb, blkno); in ocfs2_new_leaf_refcount_block()
1590 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_new_leaf_refcount_block()