Home
last modified time | relevance | path

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

/fs/ocfs2/
Dextent_map.h48 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
Dfile.c366 status = ocfs2_get_clusters(inode, cpos, &phys, in ocfs2_cow_file_pos()
892 rc = ocfs2_get_clusters(inode, zero_cpos, &p_cpos, in ocfs2_zero_extend_get_range()
914 rc = ocfs2_get_clusters(inode, zero_cpos + zero_clusters, in ocfs2_zero_extend_get_range()
1396 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_holes()
1477 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents()
1566 ret = ocfs2_get_clusters(inode, cluster, &p_cluster, in ocfs2_zeroout_partial_cluster()
2147 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount()
Daops.c666 ret = ocfs2_get_clusters(inode, v_cpos, &p_cpos, in ocfs2_is_overwrite()
692 ret = ocfs2_get_clusters(inode, v_cpos, &p_cpos, &num_clusters, in ocfs2_direct_IO_zero_extend()
755 ret = ocfs2_get_clusters(inode, v_cpos, &p_cpos, &num_clusters, in ocfs2_direct_IO_extend_no_holes()
924 ret = ocfs2_get_clusters(inode, v_cpos, &p_cpos, in ocfs2_direct_IO_write()
1806 ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys, in ocfs2_populate_write_desc()
Dextent_map.c610 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, in ocfs2_get_clusters() function
683 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters, in ocfs2_extent_map_get_blocks()
Drefcounttree.c3200 return ocfs2_get_clusters(context->inode, v_cluster, p_cluster, in ocfs2_di_get_clusters()
3495 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcount_cow()
3837 ret = ocfs2_get_clusters(inode, cpos, &p_cluster, in ocfs2_attach_refcount_tree()
4011 ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster, in ocfs2_duplicate_extent_list()
Dmove_extents.c844 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &alloc_size, in __ocfs2_move_extents_range()