Searched refs:l_recs (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | alloc.c | 774 rec = &el->l_recs[i]; in ocfs2_search_extent_list() 1401 eb_el->l_recs[i] = root_el->l_recs[i]; in ocfs2_shift_tree_depth() 1612 memmove(&el->l_recs[1], &el->l_recs[0], num_bytes); in ocfs2_shift_records_right() 1641 el->l_recs[i] = el->l_recs[i+1]; in ocfs2_rotate_leaf() 1650 rec = &el->l_recs[i]; in ocfs2_rotate_leaf() 1703 memmove(&el->l_recs[0], &el->l_recs[1], size); in ocfs2_remove_empty_extent() 2345 rec = &el->l_recs[0]; in ocfs2_leftmost_rec_contains() 2350 rec = &el->l_recs[1]; in ocfs2_leftmost_rec_contains() 3289 memmove(&el->l_recs[1], &el->l_recs[0], size); in ocfs2_cleanup_merge() 4559 rec = &el->l_recs[i]; in ocfs2_figure_appending_type() [all …]
|
| H A D | ocfs2_fs.h | 1265 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode() 1279 offsetof(struct ocfs2_dinode, id2.i_list.l_recs) - in ocfs2_extent_recs_per_inode_with_xattr() 1283 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode_with_xattr() 1293 offsetof(struct ocfs2_dx_root_block, dr_list.l_recs); in ocfs2_extent_recs_per_dx_root() 1313 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb() 1323 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd() 1408 xb_attrs.xb_root.xt_list.l_recs); in ocfs2_xattr_recs_per_xb() 1461 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode() 1481 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb() 1491 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd() [all …]
|
| H A D | extent_map.c | 304 (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() 469 rec = &el->l_recs[i]; in ocfs2_get_clusters_nocache() 578 rec = &el->l_recs[i]; in ocfs2_xattr_get_clusters()
|
| H A D | refcounttree.c | 976 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end() 1004 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end() 1036 if (le64_to_cpu(tmp_el->l_recs[i].e_blkno) == blkno) { in ocfs2_get_refcount_cpos_end() 1037 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos); in ocfs2_get_refcount_cpos_end() 1106 rec = &el->l_recs[i]; in ocfs2_get_refcount_rec() 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() 1710 if (le32_to_cpu(el->l_recs[i].e_cpos) == old_cpos) in ocfs2_adjust_refcount_rec() 1715 el->l_recs[i].e_cpos = cpu_to_le32(new_cpos); in ocfs2_adjust_refcount_rec() 2661 rec = &el->l_recs[i]; in ocfs2_refcount_cal_cow_clusters()
|
| H A D | suballoc.c | 333 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec)]; in ocfs2_bg_discontig_add_extent() 563 rec = &el->l_recs[i]; in ocfs2_bg_alloc_cleanup() 1714 rec = &bg->bg_list.l_recs[i]; in ocfs2_bg_discontig_fix_result()
|
| H A D | move_extents.c | 99 rec = &el->l_recs[index]; in __ocfs2_move_extent()
|
| H A D | aops.c | 80 u64 blkno = le64_to_cpu(fe->id2.i_list.l_recs[0].e_blkno) + in ocfs2_symlink_get_block() 104 le64_to_cpu(fe->id2.i_list.l_recs[0].e_blkno) + iblock); in ocfs2_symlink_get_block()
|
| H A D | file.c | 1688 rec = &el->l_recs[i]; in ocfs2_find_rec() 1897 rec = &el->l_recs[i]; in ocfs2_remove_inode_range()
|
| H A D | xattr.c | 3721 rec = &el->l_recs[i]; in ocfs2_xattr_get_rec() 4345 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block() 4346 xr->xt_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_xattr_create_index_block() 4347 xr->xt_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_xattr_create_index_block()
|
| H A D | dir.c | 803 rec = &el->l_recs[i]; in ocfs2_dx_dir_lookup_rec()
|