Home
last modified time | relevance | path

Searched refs:ocfs2_refcount_recs_per_rb (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h1423 static inline u16 ocfs2_refcount_recs_per_rb(struct super_block *sb) in ocfs2_refcount_recs_per_rb() function
Drefcounttree.c632 cpu_to_le16(ocfs2_refcount_recs_per_rb(osb->sb)); in ocfs2_create_refcount_tree()
1574 cpu_to_le16(ocfs2_refcount_recs_per_rb(sb)); in ocfs2_new_leaf_refcount_block()
2137 cpu_to_le16(ocfs2_refcount_recs_per_rb(sb)); in ocfs2_remove_refcount_extent()
Dxattr.c6303 num_recs = num_recs / ocfs2_refcount_recs_per_rb(osb->sb) * 2; in ocfs2_reflink_lock_xattr_allocators()
6767 (metas.num_recs + ocfs2_refcount_recs_per_rb(osb->sb) - 1) / in ocfs2_lock_reflink_xattr_rec_allocators()
6768 ocfs2_refcount_recs_per_rb(osb->sb) * 2; in ocfs2_lock_reflink_xattr_rec_allocators()