Searched refs:ocfs2_get_clusters (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/fs/ocfs2/ | 
| D | extent_map.h | 48 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster,
  | 
| D | file.c | 362 	status = ocfs2_get_clusters(inode, cpos, &phys,  in ocfs2_cow_file_pos() 884 		rc = ocfs2_get_clusters(inode, zero_cpos, &p_cpos,  in ocfs2_zero_extend_get_range() 906 		rc = ocfs2_get_clusters(inode, zero_cpos + zero_clusters,  in ocfs2_zero_extend_get_range() 1378 		ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len,  in ocfs2_check_range_for_holes() 1459 		ret = ocfs2_get_clusters(inode, cpos, &phys_cpos,  in ocfs2_allocate_unwritten_extents() 2049 		ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len,  in ocfs2_check_range_for_refcount()
  | 
| D | aops.c | 654 	ret = ocfs2_get_clusters(inode, v_cpos, &p_cpos,  in ocfs2_is_overwrite() 680 	ret = ocfs2_get_clusters(inode, v_cpos, &p_cpos, &num_clusters,  in ocfs2_direct_IO_zero_extend() 743 		ret = ocfs2_get_clusters(inode, v_cpos, &p_cpos, &num_clusters,  in ocfs2_direct_IO_extend_no_holes() 903 		ret = ocfs2_get_clusters(inode, v_cpos, &p_cpos,  in ocfs2_direct_IO_write() 1772 			ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys,  in ocfs2_populate_write_desc()
  | 
| D | extent_map.c | 608 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster,  in ocfs2_get_clusters()  function 681 	ret = ocfs2_get_clusters(inode, cpos, &p_cluster, &num_clusters,  in ocfs2_extent_map_get_blocks()
  | 
| D | move_extents.c | 824 		ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &alloc_size,  in __ocfs2_move_extents_range()
  | 
| D | refcounttree.c | 3216 	return ocfs2_get_clusters(context->inode, v_cluster, p_cluster,  in ocfs2_di_get_clusters() 3513 		ret = ocfs2_get_clusters(inode, cpos, &p_cluster,  in ocfs2_refcount_cow() 3855 		ret = ocfs2_get_clusters(inode, cpos, &p_cluster,  in ocfs2_attach_refcount_tree() 4029 		ret = ocfs2_get_clusters(s_inode, cpos, &p_cluster,  in ocfs2_duplicate_extent_list()
  |