Lines Matching refs:ref_blkno
396 static int ocfs2_get_refcount_block(struct inode *inode, u64 *ref_blkno)
411 *ref_blkno = le64_to_cpu(di->i_refcount_loc);
438 * Lock the refcount tree pointed by ref_blkno and return the tree.
446 u64 ref_blkno, int rw,
456 ret = ocfs2_get_refcount_tree(osb, ref_blkno, &tree);
769 u64 blk = 0, bg_blkno = 0, ref_blkno = le64_to_cpu(di->i_refcount_loc);
775 BUG_ON(!ref_blkno);
776 ret = ocfs2_lock_refcount_tree(osb, ref_blkno, 1, &ref_tree, &blk_bh);
2295 u64 ref_blkno;
2301 ret = ocfs2_get_refcount_block(inode, &ref_blkno);
2307 ret = ocfs2_get_refcount_tree(OCFS2_SB(inode->i_sb), ref_blkno, &tree);