/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | extent_map.h | 35 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
|
H A D | file.c | 354 status = ocfs2_get_clusters(inode, cpos, &phys, in ocfs2_cow_file_pos() 877 rc = ocfs2_get_clusters(inode, zero_cpos, &p_cpos, in ocfs2_zero_extend_get_range() 899 rc = ocfs2_get_clusters(inode, zero_cpos + zero_clusters, in ocfs2_zero_extend_get_range() 1474 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents() 1563 ret = ocfs2_get_clusters(inode, cluster, &p_cluster, in ocfs2_zeroout_partial_cluster() 2149 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount()
|
H A D | extent_map.c | 597 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, in ocfs2_get_clusters() function 670 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters, in ocfs2_extent_map_get_blocks()
|
H A D | move_extents.c | 821 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &alloc_size, in __ocfs2_move_extents_range()
|
H A D | refcounttree.c | 3200 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters() 3494 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcount_cow() 3838 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_attach_refcount_tree() 4019 ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster, in ocfs2_duplicate_extent_list() 4539 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster, in ocfs2_reflink_remap_extent()
|
H A D | aops.c | 1177 ret = ocfs2_get_clusters(inode, cpos, phys, NULL, NULL); in ocfs2_write_cluster() 1409 ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys, in ocfs2_populate_write_desc()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | extent_map.h | 33 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
|
H A D | file.c | 354 status = ocfs2_get_clusters(inode, cpos, &phys, in ocfs2_cow_file_pos() 869 rc = ocfs2_get_clusters(inode, zero_cpos, &p_cpos, in ocfs2_zero_extend_get_range() 891 rc = ocfs2_get_clusters(inode, zero_cpos + zero_clusters, in ocfs2_zero_extend_get_range() 1468 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents() 1557 ret = ocfs2_get_clusters(inode, cluster, &p_cluster, in ocfs2_zeroout_partial_cluster() 2143 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount()
|
H A D | extent_map.c | 595 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, in ocfs2_get_clusters() function 668 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters, in ocfs2_extent_map_get_blocks()
|
H A D | move_extents.c | 819 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &alloc_size, in __ocfs2_move_extents_range()
|
H A D | refcounttree.c | 3171 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters() 3465 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcount_cow() 3809 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_attach_refcount_tree() 3990 ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster, in ocfs2_duplicate_extent_list() 4510 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster, in ocfs2_reflink_remap_extent()
|
H A D | aops.c | 1173 ret = ocfs2_get_clusters(inode, cpos, phys, NULL, NULL); in ocfs2_write_cluster() 1405 ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys, in ocfs2_populate_write_desc()
|