• Home
  • Raw
  • Download

Lines Matching refs:rf_blkno

105 	if (le64_to_cpu(rb->rf_blkno) != bh->b_blocknr) {  in ocfs2_validate_refcount_block()
109 (unsigned long long)le64_to_cpu(rb->rf_blkno)); in ocfs2_validate_refcount_block()
145 return rf->rf_blkno; in ocfs2_refcount_cache_owner()
204 if (blkno < tree->rf_blkno) in ocfs2_find_refcount_tree()
206 else if (blkno > tree->rf_blkno) in ocfs2_find_refcount_tree()
219 u64 rf_blkno = new->rf_blkno; in ocfs2_insert_refcount_tree() local
230 if (rf_blkno < tmp->rf_blkno) in ocfs2_insert_refcount_tree()
232 else if (rf_blkno > tmp->rf_blkno) in ocfs2_insert_refcount_tree()
237 (unsigned long long)rf_blkno); in ocfs2_insert_refcount_tree()
302 u64 rf_blkno, u32 generation) in ocfs2_init_refcount_tree_lock() argument
306 rf_blkno, generation); in ocfs2_init_refcount_tree_lock()
310 ocfs2_allocate_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno) in ocfs2_allocate_refcount_tree() argument
318 new->rf_blkno = rf_blkno; in ocfs2_allocate_refcount_tree()
325 static int ocfs2_get_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno, in ocfs2_get_refcount_tree() argument
335 osb->osb_ref_tree_lru->rf_blkno == rf_blkno) in ocfs2_get_refcount_tree()
338 tree = ocfs2_find_refcount_tree(osb, rf_blkno); in ocfs2_get_refcount_tree()
344 new = ocfs2_allocate_refcount_tree(osb, rf_blkno); in ocfs2_get_refcount_tree()
358 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree()
368 ocfs2_init_refcount_tree_lock(osb, new, rf_blkno, in ocfs2_get_refcount_tree()
373 tree = ocfs2_find_refcount_tree(osb, rf_blkno); in ocfs2_get_refcount_tree()
471 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno, in ocfs2_lock_refcount_tree()
540 (unsigned long long) tree->rf_blkno); in ocfs2_purge_refcount_trees()
630 rb->rf_blkno = cpu_to_le64(first_blkno); in ocfs2_create_refcount_tree()
789 blk = le64_to_cpu(rb->rf_blkno); in ocfs2_remove_refcount_tree()
1333 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1578 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_new_leaf_refcount_block()
2111 le64_to_cpu(rb->rf_blkno), in ocfs2_remove_refcount_extent()
2313 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno, in ocfs2_decrease_refcount()