Searched refs:ocfs2_rec_clusters (Results 1 – 6 of 6) sorted by relevance
| /fs/ocfs2/ |
| A D | extent_map.c | 478 ocfs2_rec_clusters(el, rec)); in ocfs2_get_clusters_nocache() 586 ocfs2_rec_clusters(el, rec)); in ocfs2_xattr_get_clusters() 595 *num_clusters = ocfs2_rec_clusters(el, rec) - coff; in ocfs2_xattr_get_clusters()
|
| A D | alloc.c | 777 clusters = ocfs2_rec_clusters(el, rec); in ocfs2_search_extent_list() 1091 ocfs2_rec_clusters(el, &el->l_recs[i]); in ocfs2_sum_rightmost_rec() 1833 ocfs2_rec_clusters(el, rec); in __ocfs2_find_path() 2266 *cpos = *cpos + ocfs2_rec_clusters(el, in ocfs2_find_cpos_for_left_leaf() 2353 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_leftmost_rec_contains() 2560 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_update_edge_lengths() 5586 ocfs2_rec_clusters(el, rec)); in ocfs2_remove_extent() 5632 ocfs2_rec_clusters(el, rec); in ocfs2_remove_extent() 5638 ocfs2_rec_clusters(el, rec)); in ocfs2_remove_extent() 7312 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_commit_truncate() [all …]
|
| A D | alloc.h | 232 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() function
|
| A D | file.c | 1715 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_calc_trunc_pos()
|
| A D | dir.c | 824 ocfs2_rec_clusters(el, rec)); in ocfs2_dx_dir_lookup_rec()
|
| A D | xattr.c | 3733 ocfs2_rec_clusters(el, rec)); in ocfs2_xattr_get_rec()
|
Completed in 44 milliseconds