Home
last modified time | relevance | path

Searched refs:ocfs2_get_clusters (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/ocfs2/
Dextent_map.h33 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
Dfile.c352 status = ocfs2_get_clusters(inode, cpos, &phys, in ocfs2_cow_file_pos()
872 rc = ocfs2_get_clusters(inode, zero_cpos, &p_cpos, in ocfs2_zero_extend_get_range()
894 rc = ocfs2_get_clusters(inode, zero_cpos + zero_clusters, in ocfs2_zero_extend_get_range()
1471 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents()
1560 ret = ocfs2_get_clusters(inode, cluster, &p_cluster, in ocfs2_zeroout_partial_cluster()
2140 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount()
Dextent_map.c595 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()
Drefcounttree.c3170 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters()
3464 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcount_cow()
3808 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_attach_refcount_tree()
3989 ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster, in ocfs2_duplicate_extent_list()
4509 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster, in ocfs2_reflink_remap_extent()
Dmove_extents.c828 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &alloc_size, in __ocfs2_move_extents_range()
Daops.c1173 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()