Home
last modified time | relevance | path

Searched refs:l_recs (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/fs/ocfs2/
A Dalloc.c774 rec = &el->l_recs[i]; in ocfs2_search_extent_list()
1394 eb_el->l_recs[i] = root_el->l_recs[i]; in ocfs2_shift_tree_depth()
1605 memmove(&el->l_recs[1], &el->l_recs[0], num_bytes); in ocfs2_shift_records_right()
1634 el->l_recs[i] = el->l_recs[i+1]; in ocfs2_rotate_leaf()
1643 rec = &el->l_recs[i]; in ocfs2_rotate_leaf()
1696 memmove(&el->l_recs[0], &el->l_recs[1], size); in ocfs2_remove_empty_extent()
2330 rec = &el->l_recs[0]; in ocfs2_leftmost_rec_contains()
2335 rec = &el->l_recs[1]; in ocfs2_leftmost_rec_contains()
3274 memmove(&el->l_recs[1], &el->l_recs[0], size); in ocfs2_cleanup_merge()
4544 rec = &el->l_recs[i]; in ocfs2_figure_appending_type()
[all …]
A Docfs2_fs.h1264 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()
1460 offsetof(struct ocfs2_dinode, id2.i_list.l_recs); in ocfs2_extent_recs_per_inode()
1480 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb()
1490 offsetof(struct ocfs2_group_desc, bg_list.l_recs); in ocfs2_extent_recs_per_gd()
[all …]
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()
A Drefcounttree.c975 *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[i].e_cpos = cpu_to_le32(new_cpos); in ocfs2_adjust_refcount_rec()
2667 rec = &el->l_recs[i]; in ocfs2_refcount_cal_cow_clusters()
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()
A Dmove_extents.c99 rec = &el->l_recs[index]; in __ocfs2_move_extent()
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()
A Dfile.c1685 rec = &el->l_recs[i]; in ocfs2_find_rec()
1886 rec = &el->l_recs[i]; in ocfs2_remove_inode_range()
A Dxattr.c3717 rec = &el->l_recs[i]; in ocfs2_xattr_get_rec()
4350 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block()
4351 xr->xt_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_xattr_create_index_block()
4352 xr->xt_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_xattr_create_index_block()
A Ddir.c797 rec = &el->l_recs[i]; in ocfs2_dx_dir_lookup_rec()

Completed in 65 milliseconds