Searched refs:e_cpos (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/ocfs2/ |
A D | alloc.c | 228 rec->e_cpos, oi->ip_clusters); in ocfs2_dinode_insert_check() 1409 root_el->l_recs[0].e_cpos = 0; in ocfs2_shift_tree_depth() 1985 right_rec->e_cpos = left_rec->e_cpos; in ocfs2_adjust_adjacent_records() 3838 le32_add_cpu(&rec->e_cpos, in ocfs2_subtract_from_rec() 3886 rec->e_cpos = insert_rec->e_cpos; in ocfs2_insert_at_leaf() 4408 if (split_rec->e_cpos == el->l_recs[index].e_cpos) in ocfs2_figure_merge_contig_type() 4718 rec.e_cpos = cpu_to_le32(cpos); in ocfs2_insert_extent() 4954 if (split_rec.e_cpos == rec.e_cpos) { in ocfs2_split_and_insert() 5069 if (le32_to_cpu(rec->e_cpos) > le32_to_cpu(split_rec->e_cpos) || in ocfs2_split_extent() 5101 if (rec->e_cpos == split_rec->e_cpos && in ocfs2_split_extent() [all …]
|
A D | extent_map.c | 221 ins.ei_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_extent_map_insert_rec() 325 if (v_cluster < le32_to_cpu(rec->e_cpos)) 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() 461 BUG_ON(v_cluster < le32_to_cpu(rec->e_cpos)); in ocfs2_get_clusters_nocache() 467 le32_to_cpu(rec->e_cpos), in ocfs2_get_clusters_nocache() 521 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() 569 BUG_ON(v_cluster < le32_to_cpu(rec->e_cpos)); in ocfs2_xattr_get_clusters() 575 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_clusters() 580 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters() 852 cpos = le32_to_cpu(rec.e_cpos) + in ocfs2_overwrite_io() [all …]
|
A D | refcounttree.c | 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() 1036 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos); in ocfs2_get_refcount_cpos_end() 1107 if (le32_to_cpu(rec->e_cpos) <= low_cpos) { in ocfs2_get_refcount_rec() 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() 2675 if (le32_to_cpu(rec->e_cpos) + in ocfs2_refcount_cal_cow_clusters() 2685 *cow_start = le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters() 2694 (max_cpos <= le32_to_cpu(rec->e_cpos))) in ocfs2_refcount_cal_cow_clusters() 2698 rec_end = le32_to_cpu(rec->e_cpos) + leaf_clusters; in ocfs2_refcount_cal_cow_clusters() [all …]
|
A D | file.c | 1687 if (le32_to_cpu(rec->e_cpos) < pos) in ocfs2_find_rec() 1712 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_calc_trunc_pos() 1714 if (le32_to_cpu(rec->e_cpos) >= trunc_start) { in ocfs2_calc_trunc_pos() 1718 *trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1724 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1726 *trunc_end = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1739 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
|
A D | xattr.c | 3686 u32 *e_cpos, in ocfs2_xattr_get_rec() argument 3719 if (le32_to_cpu(rec->e_cpos) <= name_hash) { in ocfs2_xattr_get_rec() 3728 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_rec() 3735 if (e_cpos) in ocfs2_xattr_get_rec() 3736 *e_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_rec() 4096 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block() 4110 if (e_cpos == 0) in ocfs2_iterate_xattr_index_block() 4113 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block() 4350 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block() 5281 u32 e_cpos, num_clusters; in ocfs2_add_new_xattr_bucket() local [all …]
|
A D | ocfs2_trace.h | 505 unsigned int e_cpos, unsigned int clusters), 506 TP_ARGS(owner, cpos, len, index, e_cpos, clusters), 512 __field(unsigned int, e_cpos) 520 __entry->e_cpos = e_cpos; 525 __entry->e_cpos, __entry->clusters)
|
A D | move_extents.c | 71 replace_rec.e_cpos = cpu_to_le32(cpos); in __ocfs2_move_extent()
|
A D | ocfs2_fs.h | 427 /*00*/ __le32 e_cpos; /* Offset into the file, in clusters */ member
|
A D | suballoc.c | 331 rec->e_cpos = cpu_to_le32(le16_to_cpu(bg->bg_bits) / in ocfs2_bg_discontig_add_extent() 1624 unsigned int bitoff = le32_to_cpu(rec->e_cpos) * bpc; in ocfs2_bg_discontig_fix_by_rec()
|
A D | dir.c | 799 if (le32_to_cpu(rec->e_cpos) <= major_hash) { in ocfs2_dx_dir_lookup_rec() 809 le32_to_cpu(rec->e_cpos), in ocfs2_dx_dir_lookup_rec() 817 *ret_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_dx_dir_lookup_rec()
|
Completed in 62 milliseconds