Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Dalloc.c231 (oi->ip_clusters != le32_to_cpu(rec->e_cpos)), in ocfs2_dinode_insert_check()
236 rec->e_cpos, oi->ip_clusters); in ocfs2_dinode_insert_check()
783 rec_start = le32_to_cpu(rec->e_cpos); in ocfs2_search_extent_list()
818 left_range = le32_to_cpu(left->e_cpos) + in ocfs2_extents_adjacent()
821 return (left_range == le32_to_cpu(right->e_cpos)); in ocfs2_extents_adjacent()
1096 return le32_to_cpu(el->l_recs[i].e_cpos) + in ocfs2_sum_rightmost_rec()
1254 eb_el->l_recs[0].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1300 el->l_recs[i].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1392 root_el->l_recs[0].e_cpos = 0; in ocfs2_shift_tree_depth()
1602 u32 insert_cpos = le32_to_cpu(insert_rec->e_cpos); in ocfs2_rotate_leaf()
[all …]
Dextent_map.c235 ins.ei_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_extent_map_insert_rec()
340 if (v_cluster < le32_to_cpu(rec->e_cpos)) in ocfs2_search_for_hole_index()
402 *num_clusters = le32_to_cpu(el->l_recs[i].e_cpos) - v_cluster; in ocfs2_figure_hole_clusters()
476 BUG_ON(v_cluster < le32_to_cpu(rec->e_cpos)); in ocfs2_get_clusters_nocache()
481 le32_to_cpu(rec->e_cpos), in ocfs2_get_clusters_nocache()
535 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets()
583 BUG_ON(v_cluster < le32_to_cpu(rec->e_cpos)); in ocfs2_xattr_get_clusters()
588 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_clusters()
593 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters()
810 virt_bytes = (u64)le32_to_cpu(rec.e_cpos) << osb->s_clustersize_bits; in ocfs2_fiemap()
[all …]
Drefcounttree.c980 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1008 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end()
1041 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1114 if (le32_to_cpu(rec->e_cpos) <= low_cpos) { in ocfs2_get_refcount_rec()
1726 if (le32_to_cpu(el->l_recs[i].e_cpos) == old_cpos) in ocfs2_adjust_refcount_rec()
1731 el->l_recs[i].e_cpos = cpu_to_le32(new_cpos); in ocfs2_adjust_refcount_rec()
2695 if (le32_to_cpu(rec->e_cpos) + in ocfs2_refcount_cal_cow_clusters()
2705 *cow_start = le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters()
2713 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters()
2714 (max_cpos <= le32_to_cpu(rec->e_cpos))) in ocfs2_refcount_cal_cow_clusters()
[all …]
Dfile.c1596 if (le32_to_cpu(rec->e_cpos) < pos) in ocfs2_find_rec()
1621 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_calc_trunc_pos()
1623 if (le32_to_cpu(rec->e_cpos) >= trunc_start) { in ocfs2_calc_trunc_pos()
1627 *trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1633 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1635 *trunc_end = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1648 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
Dxattr.c3661 u32 *e_cpos, in ocfs2_xattr_get_rec() argument
3695 if (le32_to_cpu(rec->e_cpos) <= name_hash) { in ocfs2_xattr_get_rec()
3704 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_rec()
3712 if (e_cpos) in ocfs2_xattr_get_rec()
3713 *e_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_rec()
4070 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; in ocfs2_iterate_xattr_index_block() local
4078 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block()
4084 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4092 if (e_cpos == 0) in ocfs2_iterate_xattr_index_block()
4095 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block()
[all …]
Docfs2_trace.h504 unsigned int e_cpos, unsigned int clusters),
505 TP_ARGS(owner, cpos, len, index, e_cpos, clusters),
511 __field(unsigned int, e_cpos)
519 __entry->e_cpos = e_cpos;
524 __entry->e_cpos, __entry->clusters)
Docfs2_fs.h460 /*00*/ __le32 e_cpos; /* Offset into the file, in clusters */ member
Dmove_extents.c80 replace_rec.e_cpos = cpu_to_le32(cpos); in __ocfs2_move_extent()
Ddir.c829 if (le32_to_cpu(rec->e_cpos) <= major_hash) { in ocfs2_dx_dir_lookup_rec()
838 le32_to_cpu(rec->e_cpos), in ocfs2_dx_dir_lookup_rec()
847 *ret_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_dx_dir_lookup_rec()
Dsuballoc.c370 rec->e_cpos = cpu_to_le32(le16_to_cpu(bg->bg_bits) / in ocfs2_bg_discontig_add_extent()
1630 unsigned int bitoff = le32_to_cpu(rec->e_cpos) * bpc; in ocfs2_bg_discontig_fix_by_rec()