Searched refs:rf_blkno (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/ocfs2/
H A Drefcounttree.h22 u64 rf_blkno; member in struct:ocfs2_refcount_tree
H A Drefcounttree.c112 if (le64_to_cpu(rb->rf_blkno) != bh->b_blocknr) { ocfs2_validate_refcount_block()
114 "Refcount block #%llu has an invalid rf_blkno of %llu\n", ocfs2_validate_refcount_block()
116 (unsigned long long)le64_to_cpu(rb->rf_blkno)); ocfs2_validate_refcount_block()
152 return rf->rf_blkno; ocfs2_refcount_cache_owner()
209 if (blkno < tree->rf_blkno) ocfs2_find_refcount_tree()
211 else if (blkno > tree->rf_blkno) ocfs2_find_refcount_tree()
224 u64 rf_blkno = new->rf_blkno; ocfs2_insert_refcount_tree() local
235 if (rf_blkno < tmp->rf_blkno) ocfs2_insert_refcount_tree()
237 else if (rf_blkno > tmp->rf_blkno) ocfs2_insert_refcount_tree()
242 (unsigned long long)rf_blkno); ocfs2_insert_refcount_tree()
307 u64 rf_blkno, u32 generation) ocfs2_init_refcount_tree_lock()
311 rf_blkno, generation); ocfs2_init_refcount_tree_lock()
315 ocfs2_allocate_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno) ocfs2_allocate_refcount_tree() argument
323 new->rf_blkno = rf_blkno; ocfs2_allocate_refcount_tree()
330 static int ocfs2_get_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno, ocfs2_get_refcount_tree() argument
340 osb->osb_ref_tree_lru->rf_blkno == rf_blkno) ocfs2_get_refcount_tree()
343 tree = ocfs2_find_refcount_tree(osb, rf_blkno); ocfs2_get_refcount_tree()
349 new = ocfs2_allocate_refcount_tree(osb, rf_blkno); ocfs2_get_refcount_tree()
363 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); ocfs2_get_refcount_tree()
373 ocfs2_init_refcount_tree_lock(osb, new, rf_blkno, ocfs2_get_refcount_tree()
378 tree = ocfs2_find_refcount_tree(osb, rf_blkno); ocfs2_get_refcount_tree()
476 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno, ocfs2_lock_refcount_tree()
546 (unsigned long long) tree->rf_blkno); ocfs2_purge_refcount_trees()
636 rb->rf_blkno = cpu_to_le64(first_blkno); ocfs2_create_refcount_tree()
795 blk = le64_to_cpu(rb->rf_blkno); ocfs2_remove_refcount_tree()
1339 new_rb->rf_blkno = cpu_to_le64(blkno); ocfs2_expand_inline_ref_root()
1584 new_rb->rf_blkno = cpu_to_le64(blkno); ocfs2_new_leaf_refcount_block()
2117 le64_to_cpu(rb->rf_blkno), ocfs2_remove_refcount_extent()
2320 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno, ocfs2_decrease_refcount()
305 ocfs2_init_refcount_tree_lock(struct ocfs2_super *osb, struct ocfs2_refcount_tree *new, u64 rf_blkno, u32 generation) ocfs2_init_refcount_tree_lock() argument
H A Docfs2_fs.h989 /*10*/ __le64 rf_blkno; /* Offset on disk, in blocks */ member in struct:ocfs2_refcount_block

Completed in 162 milliseconds