Searched refs:rf_blkno (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 105 if (le64_to_cpu(rb->rf_blkno) != bh->b_blocknr) { in ocfs2_validate_refcount_block() 107 "Refcount block #%llu has an invalid rf_blkno of %llu\n", 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() 300 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 310 ocfs2_allocate_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno) ocfs2_allocate_refcount_tree() argument 325 ocfs2_get_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno, struct ocfs2_refcount_tree **ret_tree) ocfs2_get_refcount_tree() argument [all...] |
H A D | refcounttree.h | 14 u64 rf_blkno; member
|
H A D | ocfs2_fs.h | 949 /*10*/ __le64 rf_blkno; /* Offset on disk, in blocks */ member
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 103 if (le64_to_cpu(rb->rf_blkno) != bh->b_blocknr) { in ocfs2_validate_refcount_block() 105 "Refcount block #%llu has an invalid rf_blkno of %llu\n", in ocfs2_validate_refcount_block() 107 (unsigned long long)le64_to_cpu(rb->rf_blkno)); in ocfs2_validate_refcount_block() 143 return rf->rf_blkno; in ocfs2_refcount_cache_owner() 202 if (blkno < tree->rf_blkno) in ocfs2_find_refcount_tree() 204 else if (blkno > tree->rf_blkno) in ocfs2_find_refcount_tree() 217 u64 rf_blkno = new->rf_blkno; in ocfs2_insert_refcount_tree() local 228 if (rf_blkno < tmp->rf_blkno) in ocfs2_insert_refcount_tree() 298 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 308 ocfs2_allocate_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno) ocfs2_allocate_refcount_tree() argument 323 ocfs2_get_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno, struct ocfs2_refcount_tree **ret_tree) ocfs2_get_refcount_tree() argument [all...] |
H A D | refcounttree.h | 12 u64 rf_blkno; member
|
H A D | ocfs2_fs.h | 947 /*10*/ __le64 rf_blkno; /* Offset on disk, in blocks */ member
|
Completed in 13 milliseconds