Home
last modified time | relevance | path

Searched refs:rf_list (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ocfs2/
H A Drefcounttree.c1082 el = &rb->rf_list; in ocfs2_get_refcount_rec()
1339 memset(&root_rb->rf_list, 0, sb->s_blocksize - in ocfs2_expand_inline_ref_root()
1340 offsetof(struct ocfs2_refcount_block, rf_list)); in ocfs2_expand_inline_ref_root()
1341 root_rb->rf_list.l_count = cpu_to_le16(ocfs2_extent_recs_per_rb(sb)); in ocfs2_expand_inline_ref_root()
1343 root_rb->rf_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_expand_inline_ref_root()
1344 root_rb->rf_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1345 root_rb->rf_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_expand_inline_ref_root()
1739 struct ocfs2_refcount_list *rf_list = &rb->rf_records; in ocfs2_insert_refcount_rec() local
1744 if (rf_list->rl_used == rf_list in ocfs2_insert_refcount_rec()
1829 struct ocfs2_refcount_list *rf_list = &rb->rf_records; ocfs2_split_refcount_rec() local
[all...]
H A Dxattr.c6307 *credits += le16_to_cpu(rb->rf_list.l_tree_depth) * in ocfs2_reflink_lock_xattr_allocators()
6308 le16_to_cpu(rb->rf_list.l_next_free_rec) + 1; in ocfs2_reflink_lock_xattr_allocators()
6773 *credits += le16_to_cpu(rb->rf_list.l_tree_depth) * in ocfs2_lock_reflink_xattr_rec_allocators()
6774 le16_to_cpu(rb->rf_list.l_next_free_rec) + 1; in ocfs2_lock_reflink_xattr_rec_allocators()