Searched refs:ocfs2_rec_clusters (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ | 
| D | extent_map.c | 470 			    ocfs2_rec_clusters(el, rec));  in ocfs2_get_clusters_nocache()578 				    ocfs2_rec_clusters(el, rec));  in ocfs2_xattr_get_clusters()
 587 			*num_clusters = ocfs2_rec_clusters(el, rec) - coff;  in ocfs2_xattr_get_clusters()
 
 | 
| D | alloc.h | 234 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el,  in ocfs2_rec_clusters()  function
 | 
| D | alloc.c | 779 		clusters = ocfs2_rec_clusters(el, rec);  in ocfs2_search_extent_list()1087 		ocfs2_rec_clusters(el, &el->l_recs[i]);  in ocfs2_sum_rightmost_rec()
 1821 				ocfs2_rec_clusters(el, rec);  in __ocfs2_find_path()
 1972 	if (!ocfs2_rec_clusters(right_child_el, &right_child_el->l_recs[0])) {  in ocfs2_adjust_adjacent_records()
 2254 				*cpos = *cpos + ocfs2_rec_clusters(el,  in ocfs2_find_cpos_for_left_leaf()
 2341 	range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec);  in ocfs2_leftmost_rec_contains()
 2548 	range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec);  in ocfs2_update_edge_lengths()
 5449 	rec_range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec);  in ocfs2_truncate_rec()
 5566 	rec_range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec);  in ocfs2_remove_extent()
 5574 		ocfs2_rec_clusters(el, rec));  in ocfs2_remove_extent()
 [all …]
 
 | 
| D | file.c | 1647 	range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec);  in ocfs2_calc_trunc_pos()
 | 
| D | dir.c | 812 				  ocfs2_rec_clusters(el, rec));  in ocfs2_dx_dir_lookup_rec()
 | 
| D | xattr.c | 3731 				  ocfs2_rec_clusters(el, rec));  in ocfs2_xattr_get_rec()
 |