Lines Matching refs:ref_blkno
394 static int ocfs2_get_refcount_block(struct inode *inode, u64 *ref_blkno)
409 *ref_blkno = le64_to_cpu(di->i_refcount_loc);
436 * Lock the refcount tree pointed by ref_blkno and return the tree.
444 u64 ref_blkno, int rw,
454 ret = ocfs2_get_refcount_tree(osb, ref_blkno, &tree);
767 u64 blk = 0, bg_blkno = 0, ref_blkno = le64_to_cpu(di->i_refcount_loc);
773 BUG_ON(!ref_blkno);
774 ret = ocfs2_lock_refcount_tree(osb, ref_blkno, 1, &ref_tree, &blk_bh);
2293 u64 ref_blkno;
2299 ret = ocfs2_get_refcount_block(inode, &ref_blkno);
2305 ret = ocfs2_get_refcount_tree(OCFS2_SB(inode->i_sb), ref_blkno, &tree);