Searched refs:rf_list (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 1083 el = &rb->rf_list; in ocfs2_get_refcount_rec() 1340 memset(&root_rb->rf_list, 0, sb->s_blocksize - in ocfs2_expand_inline_ref_root() 1341 offsetof(struct ocfs2_refcount_block, rf_list)); in ocfs2_expand_inline_ref_root() 1342 root_rb->rf_list.l_count = cpu_to_le16(ocfs2_extent_recs_per_rb(sb)); in ocfs2_expand_inline_ref_root() 1344 root_rb->rf_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_expand_inline_ref_root() 1345 root_rb->rf_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root() 1346 root_rb->rf_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_expand_inline_ref_root() 1747 struct ocfs2_refcount_list *rf_list = &rb->rf_records; in ocfs2_insert_refcount_rec() local 1752 if (rf_list->rl_used == rf_list in ocfs2_insert_refcount_rec() 1837 struct ocfs2_refcount_list *rf_list = &rb->rf_records; ocfs2_split_refcount_rec() local [all...] |
H A D | ocfs2_fs.h | 971 struct ocfs2_extent_list rf_list; /* Extent record list, member 1419 offsetof(struct ocfs2_refcount_block, rf_list.l_recs); in ocfs2_extent_recs_per_rb()
|
H A D | xattr.c | 6314 *credits += le16_to_cpu(rb->rf_list.l_tree_depth) * in ocfs2_reflink_lock_xattr_allocators() 6315 le16_to_cpu(rb->rf_list.l_next_free_rec) + 1; in ocfs2_reflink_lock_xattr_allocators() 6789 *credits += le16_to_cpu(rb->rf_list.l_tree_depth) * in ocfs2_lock_reflink_xattr_rec_allocators() 6790 le16_to_cpu(rb->rf_list.l_next_free_rec) + 1; in ocfs2_lock_reflink_xattr_rec_allocators()
|
H A D | alloc.c | 388 et->et_root_el = &rb->rf_list; in ocfs2_refcount_tree_fill_root_el()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 1081 el = &rb->rf_list; in ocfs2_get_refcount_rec() 1338 memset(&root_rb->rf_list, 0, sb->s_blocksize - in ocfs2_expand_inline_ref_root() 1339 offsetof(struct ocfs2_refcount_block, rf_list)); in ocfs2_expand_inline_ref_root() 1340 root_rb->rf_list.l_count = cpu_to_le16(ocfs2_extent_recs_per_rb(sb)); in ocfs2_expand_inline_ref_root() 1342 root_rb->rf_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_expand_inline_ref_root() 1343 root_rb->rf_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root() 1344 root_rb->rf_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_expand_inline_ref_root() 1745 struct ocfs2_refcount_list *rf_list = &rb->rf_records; in ocfs2_insert_refcount_rec() local 1750 if (rf_list->rl_used == rf_list in ocfs2_insert_refcount_rec() 1835 struct ocfs2_refcount_list *rf_list = &rb->rf_records; ocfs2_split_refcount_rec() local [all...] |
H A D | ocfs2_fs.h | 969 struct ocfs2_extent_list rf_list; /* Extent record list, member 1417 offsetof(struct ocfs2_refcount_block, rf_list.l_recs); in ocfs2_extent_recs_per_rb()
|
H A D | xattr.c | 6308 *credits += le16_to_cpu(rb->rf_list.l_tree_depth) * in ocfs2_reflink_lock_xattr_allocators() 6309 le16_to_cpu(rb->rf_list.l_next_free_rec) + 1; in ocfs2_reflink_lock_xattr_allocators() 6783 *credits += le16_to_cpu(rb->rf_list.l_tree_depth) * in ocfs2_lock_reflink_xattr_rec_allocators() 6784 le16_to_cpu(rb->rf_list.l_next_free_rec) + 1; in ocfs2_lock_reflink_xattr_rec_allocators()
|
H A D | alloc.c | 386 et->et_root_el = &rb->rf_list; in ocfs2_refcount_tree_fill_root_el()
|
Completed in 50 milliseconds