Home
last modified time | relevance | path

Searched refs:l_recs (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c776 rec = &el->l_recs[i]; in ocfs2_search_extent_list()
1085 return le32_to_cpu(el->l_recs[i].e_cpos) + in ocfs2_sum_rightmost_rec()
1086 ocfs2_rec_clusters(el, &el->l_recs[i]); in ocfs2_sum_rightmost_rec()
1126 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec) - 1]; in ocfs2_adjust_rightmost_branch()
1263 eb_el->l_recs[0].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1264 eb_el->l_recs[0].e_blkno = cpu_to_le64(next_blkno); in ocfs2_add_branch()
1270 eb_el->l_recs[0].e_int_clusters = cpu_to_le32(0); in ocfs2_add_branch()
1308 el->l_recs[i].e_blkno = cpu_to_le64(next_blkno); in ocfs2_add_branch()
1309 el->l_recs[i].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1310 el->l_recs[ in ocfs2_add_branch()
[all...]
H A Docfs2_fs.h473 /*10*/ struct ocfs2_extent_rec l_recs[]; /* Extent records */ member
1266 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode()
1280 offsetof(struct ocfs2_dinode, id2.i_list.l_recs) - in ocfs2_extent_recs_per_inode_with_xattr()
1284 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode_with_xattr()
1294 offsetof(struct ocfs2_dx_root_block, dr_list.l_recs); in ocfs2_extent_recs_per_dx_root()
1314 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb()
1324 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
1409 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb()
1419 offsetof(struct ocfs2_refcount_block, rf_list.l_recs); in ocfs2_extent_recs_per_rb()
1462 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode()
[all...]
H A Dextent_map.c306 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty()
325 rec = &el->l_recs[i]; in ocfs2_search_for_hole_index()
389 *num_clusters = le32_to_cpu(el->l_recs[i].e_cpos) - v_cluster; in ocfs2_figure_hole_clusters()
461 rec = &el->l_recs[i]; in ocfs2_get_clusters_nocache()
570 rec = &el->l_recs[i]; in ocfs2_xattr_get_clusters()
H A Drefcounttree.c956 * el->l_recs[index].e_blkno.
977 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1005 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end()
1037 if (le64_to_cpu(tmp_el->l_recs[i].e_blkno) == blkno) { in ocfs2_get_refcount_cpos_end()
1038 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1107 rec = &el->l_recs[i]; in ocfs2_get_refcount_rec()
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()
1718 if (le32_to_cpu(el->l_recs[i].e_cpos) == old_cpos) in ocfs2_adjust_refcount_rec()
1723 el->l_recs[ in ocfs2_adjust_refcount_rec()
[all...]
H A Dsuballoc.c331 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec)]; in ocfs2_bg_discontig_add_extent()
561 rec = &el->l_recs[i]; in ocfs2_bg_alloc_cleanup()
1662 rec = &bg->bg_list.l_recs[i]; in ocfs2_bg_discontig_fix_result()
H A Dmove_extents.c101 rec = &el->l_recs[index]; in __ocfs2_move_extent()
H A Daops.c83 u64 blkno = le64_to_cpu(fe->id2.i_list.l_recs[0].e_blkno) + in ocfs2_symlink_get_block()
113 le64_to_cpu(fe->id2.i_list.l_recs[0].e_blkno) + iblock); in ocfs2_symlink_get_block()
H A Dfile.c1688 rec = &el->l_recs[i]; in ocfs2_find_rec()
1889 rec = &el->l_recs[i]; in ocfs2_remove_inode_range()
H A Dxattr.c3719 rec = &el->l_recs[i]; in ocfs2_xattr_get_rec()
4352 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block()
4353 xr->xt_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_xattr_create_index_block()
4354 xr->xt_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_xattr_create_index_block()
H A Ddir.c805 rec = &el->l_recs[i]; in ocfs2_dx_dir_lookup_rec()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c774 rec = &el->l_recs[i]; in ocfs2_search_extent_list()
1083 return le32_to_cpu(el->l_recs[i].e_cpos) + in ocfs2_sum_rightmost_rec()
1084 ocfs2_rec_clusters(el, &el->l_recs[i]); in ocfs2_sum_rightmost_rec()
1124 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec) - 1]; in ocfs2_adjust_rightmost_branch()
1261 eb_el->l_recs[0].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1262 eb_el->l_recs[0].e_blkno = cpu_to_le64(next_blkno); in ocfs2_add_branch()
1268 eb_el->l_recs[0].e_int_clusters = cpu_to_le32(0); in ocfs2_add_branch()
1306 el->l_recs[i].e_blkno = cpu_to_le64(next_blkno); in ocfs2_add_branch()
1307 el->l_recs[i].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1308 el->l_recs[ in ocfs2_add_branch()
[all...]
H A Docfs2_fs.h471 /*10*/ struct ocfs2_extent_rec l_recs[]; /* Extent records */ member
1264 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode()
1278 offsetof(struct ocfs2_dinode, id2.i_list.l_recs) - in ocfs2_extent_recs_per_inode_with_xattr()
1282 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode_with_xattr()
1292 offsetof(struct ocfs2_dx_root_block, dr_list.l_recs); in ocfs2_extent_recs_per_dx_root()
1312 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb()
1322 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
1407 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb()
1417 offsetof(struct ocfs2_refcount_block, rf_list.l_recs); in ocfs2_extent_recs_per_rb()
1460 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode()
[all...]
H A Dextent_map.c304 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty()
323 rec = &el->l_recs[i]; in ocfs2_search_for_hole_index()
387 *num_clusters = le32_to_cpu(el->l_recs[i].e_cpos) - v_cluster; in ocfs2_figure_hole_clusters()
459 rec = &el->l_recs[i]; in ocfs2_get_clusters_nocache()
568 rec = &el->l_recs[i]; in ocfs2_xattr_get_clusters()
H A Drefcounttree.c954 * el->l_recs[index].e_blkno.
975 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1003 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end()
1035 if (le64_to_cpu(tmp_el->l_recs[i].e_blkno) == blkno) { in ocfs2_get_refcount_cpos_end()
1036 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1105 rec = &el->l_recs[i]; in ocfs2_get_refcount_rec()
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()
1716 if (le32_to_cpu(el->l_recs[i].e_cpos) == old_cpos) in ocfs2_adjust_refcount_rec()
1721 el->l_recs[ in ocfs2_adjust_refcount_rec()
[all...]
H A Dsuballoc.c329 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec)]; in ocfs2_bg_discontig_add_extent()
559 rec = &el->l_recs[i]; in ocfs2_bg_alloc_cleanup()
1660 rec = &bg->bg_list.l_recs[i]; in ocfs2_bg_discontig_fix_result()
H A Dmove_extents.c99 rec = &el->l_recs[index]; in __ocfs2_move_extent()
H A Daops.c81 u64 blkno = le64_to_cpu(fe->id2.i_list.l_recs[0].e_blkno) + in ocfs2_symlink_get_block()
111 le64_to_cpu(fe->id2.i_list.l_recs[0].e_blkno) + iblock); in ocfs2_symlink_get_block()
H A Dfile.c1682 rec = &el->l_recs[i]; in ocfs2_find_rec()
1883 rec = &el->l_recs[i]; in ocfs2_remove_inode_range()
H A Dxattr.c3713 rec = &el->l_recs[i]; in ocfs2_xattr_get_rec()
4346 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block()
4347 xr->xt_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_xattr_create_index_block()
4348 xr->xt_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_xattr_create_index_block()
H A Ddir.c797 rec = &el->l_recs[i]; in ocfs2_dx_dir_lookup_rec()

Completed in 74 milliseconds