Searched refs:ocfs2_rec_clusters (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | extent_map.c | 478 ocfs2_rec_clusters(el, rec)); in ocfs2_get_clusters_nocache() 583 ocfs2_rec_clusters(el, rec)); in ocfs2_xattr_get_clusters() 592 *num_clusters = ocfs2_rec_clusters(el, rec) - coff; in ocfs2_xattr_get_clusters()
|
D | alloc.h | 229 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() function
|
D | alloc.c | 629 clusters = ocfs2_rec_clusters(el, rec); in ocfs2_search_extent_list() 955 ocfs2_rec_clusters(el, &el->l_recs[i]); in ocfs2_sum_rightmost_rec() 1634 ocfs2_rec_clusters(el, rec); in __ocfs2_find_path() 2086 *cpos = *cpos + ocfs2_rec_clusters(el, in ocfs2_find_cpos_for_left_leaf() 2172 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_leftmost_rec_contains() 2367 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_update_edge_lengths() 5183 rec_range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_truncate_rec() 5298 rec_range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_remove_extent() 5306 le32_to_cpu(rec->e_cpos), ocfs2_rec_clusters(el, rec)); in ocfs2_remove_extent() 5352 ocfs2_rec_clusters(el, rec); in ocfs2_remove_extent() [all …]
|
D | journal.h | 497 ocfs2_rec_clusters(last_el, &last_el->l_recs[i]) == clusters_to_del) in ocfs2_calc_tree_trunc_credits()
|
D | xattr.c | 2887 ocfs2_rec_clusters(el, rec)); in ocfs2_xattr_get_rec()
|