Searched refs:ocfs2_search_extent_list (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | alloc.h | 240 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster);
|
D | extent_map.c | 452 i = ocfs2_search_extent_list(el, v_cluster); in ocfs2_get_clusters_nocache() 575 i = ocfs2_search_extent_list(el, v_cluster); in ocfs2_xattr_get_clusters()
|
D | alloc.c | 773 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() function 3835 i = ocfs2_search_extent_list(el, le32_to_cpu(insert_rec->e_cpos)); in ocfs2_insert_at_leaf() 4052 index = ocfs2_search_extent_list(el, cpos); in ocfs2_split_record() 4090 index = ocfs2_search_extent_list(left_el, cpos); in ocfs2_split_record() 4103 index = ocfs2_search_extent_list(el, cpos); in ocfs2_split_record() 4960 split_index = ocfs2_search_extent_list(el, cpos); in ocfs2_split_and_insert() 5143 index = ocfs2_search_extent_list(el, cpos); in ocfs2_change_extent_flag() 5499 index = ocfs2_search_extent_list(el, cpos); in ocfs2_remove_extent() 5565 index = ocfs2_search_extent_list(el, cpos); in ocfs2_remove_extent()
|
D | move_extents.c | 100 index = ocfs2_search_extent_list(el, cpos); in __ocfs2_move_extent()
|
D | refcounttree.c | 3109 index = ocfs2_search_extent_list(el, cpos); in ocfs2_clear_ext_refcount()
|