Searched refs:e_cpos (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | alloc.c | 225 (oi->ip_clusters != le32_to_cpu(rec->e_cpos)), in ocfs2_dinode_insert_check() 230 rec->e_cpos, oi->ip_clusters); in ocfs2_dinode_insert_check() 778 rec_start = le32_to_cpu(rec->e_cpos); in ocfs2_search_extent_list() 813 left_range = le32_to_cpu(left->e_cpos) + in ocfs2_extents_adjacent() 816 return (left_range == le32_to_cpu(right->e_cpos)); in ocfs2_extents_adjacent() 1086 return le32_to_cpu(el->l_recs[i].e_cpos) + in ocfs2_sum_rightmost_rec() 1264 eb_el->l_recs[0].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch() 1310 el->l_recs[i].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch() 1412 root_el->l_recs[0].e_cpos = 0; in ocfs2_shift_tree_depth() 1615 u32 insert_cpos = le32_to_cpu(insert_rec->e_cpos); in ocfs2_rotate_leaf() [all …]
|
D | extent_map.c | 223 ins.ei_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_extent_map_insert_rec() 327 if (v_cluster < le32_to_cpu(rec->e_cpos)) 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() 463 BUG_ON(v_cluster < le32_to_cpu(rec->e_cpos)); in ocfs2_get_clusters_nocache() 469 le32_to_cpu(rec->e_cpos), in ocfs2_get_clusters_nocache() 523 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() 571 BUG_ON(v_cluster < le32_to_cpu(rec->e_cpos)); in ocfs2_xattr_get_clusters() 577 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_clusters() 582 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters() 798 virt_bytes = (u64)le32_to_cpu(rec.e_cpos) << osb->s_clustersize_bits; in ocfs2_fiemap() [all …]
|
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() 2693 (*cow_len && rec_end != 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() [all …]
|
D | file.c | 1622 if (le32_to_cpu(rec->e_cpos) < pos) in ocfs2_find_rec() 1647 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_calc_trunc_pos() 1649 if (le32_to_cpu(rec->e_cpos) >= trunc_start) { in ocfs2_calc_trunc_pos() 1653 *trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1659 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1661 *trunc_end = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1674 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
|
D | xattr.c | 3688 u32 *e_cpos, in ocfs2_xattr_get_rec() argument 3721 if (le32_to_cpu(rec->e_cpos) <= name_hash) { in ocfs2_xattr_get_rec() 3730 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_rec() 3737 if (e_cpos) in ocfs2_xattr_get_rec() 3738 *e_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_rec() 4090 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; in ocfs2_iterate_xattr_index_block() local 4098 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block() 4104 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block() 4112 if (e_cpos == 0) in ocfs2_iterate_xattr_index_block() 4115 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block() [all …]
|
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)
|
D | move_extents.c | 73 replace_rec.e_cpos = cpu_to_le32(cpos); in __ocfs2_move_extent()
|
D | ocfs2_fs.h | 429 /*00*/ __le32 e_cpos; /* Offset into the file, in clusters */ member
|
D | suballoc.c | 333 rec->e_cpos = cpu_to_le32(le16_to_cpu(bg->bg_bits) / in ocfs2_bg_discontig_add_extent() 1623 unsigned int bitoff = le32_to_cpu(rec->e_cpos) * bpc; in ocfs2_bg_discontig_fix_by_rec()
|
D | dir.c | 801 if (le32_to_cpu(rec->e_cpos) <= major_hash) { in ocfs2_dx_dir_lookup_rec() 811 le32_to_cpu(rec->e_cpos), in ocfs2_dx_dir_lookup_rec() 819 *ret_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_dx_dir_lookup_rec()
|