Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h1464 static inline u16 ocfs2_refcount_recs_per_rb(struct super_block *sb) in ocfs2_refcount_recs_per_rb() function
Drefcounttree.c641 cpu_to_le16(ocfs2_refcount_recs_per_rb(osb->sb)); in ocfs2_create_refcount_tree()
1594 cpu_to_le16(ocfs2_refcount_recs_per_rb(sb)); in ocfs2_new_leaf_refcount_block()
2157 cpu_to_le16(ocfs2_refcount_recs_per_rb(sb)); in ocfs2_remove_refcount_extent()
Dxattr.c6304 num_recs = num_recs / ocfs2_refcount_recs_per_rb(osb->sb) * 2; in ocfs2_reflink_lock_xattr_allocators()
6777 (metas.num_recs + ocfs2_refcount_recs_per_rb(osb->sb) - 1) / in ocfs2_lock_reflink_xattr_rec_allocators()
6778 ocfs2_refcount_recs_per_rb(osb->sb) * 2; in ocfs2_lock_reflink_xattr_rec_allocators()