Searched refs:ocfs2_get_clusters_nocache (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ | 
| D | extent_map.c | 398 static int ocfs2_get_clusters_nocache(struct inode *inode,  in ocfs2_get_clusters_nocache()  function623 	ret = ocfs2_get_clusters_nocache(inode, di_bh, v_cluster, &hole_len,  in ocfs2_get_clusters()
 777 		ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos,  in ocfs2_fiemap()
 843 		ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos,  in ocfs2_overwrite_io()
 903 		ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, &hole_size,  in ocfs2_seek_data_hole_offset()
 
 |