Searched refs:ocfs2_find_cpos_for_left_leaf (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.h | 305 int ocfs2_find_cpos_for_left_leaf(struct super_block *sb,
|
H A D | alloc.c | 2208 int ocfs2_find_cpos_for_left_leaf(struct super_block *sb, in ocfs2_find_cpos_for_left_leaf() function 2381 ret = ocfs2_find_cpos_for_left_leaf(sb, right_path, &cpos); in ocfs2_rotate_tree_right() 2507 ret = ocfs2_find_cpos_for_left_leaf(sb, right_path, &cpos); in ocfs2_rotate_tree_right() 3035 ret = ocfs2_find_cpos_for_left_leaf(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_remove_rightmost_path() 3466 ret = ocfs2_find_cpos_for_left_leaf(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_get_left_path() 4013 ret = ocfs2_find_cpos_for_left_leaf(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_append_rec_to_path() 4367 status = ocfs2_find_cpos_for_left_leaf(sb, path, &left_cpos); in ocfs2_figure_merge_contig_type() 5403 ret = ocfs2_find_cpos_for_left_leaf(sb, path, &left_cpos); in ocfs2_truncate_rec()
|
H A D | file.c | 1870 ret = ocfs2_find_cpos_for_left_leaf(inode->i_sb, in ocfs2_remove_inode_range()
|