Searched refs:ocfs2_bytes_to_clusters (Results 1 – 2 of 2) sorted by relevance
653 v_cpos = ocfs2_bytes_to_clusters(osb->sb, offset); in ocfs2_is_overwrite()672 u32 v_cpos = ocfs2_bytes_to_clusters(osb->sb, i_size_read(inode)); in ocfs2_direct_IO_zero_extend()706 u32 v_cpos = ocfs2_bytes_to_clusters(osb->sb, i_size_read(inode)); in ocfs2_direct_IO_extend_no_holes()723 clusters_to_add = ocfs2_bytes_to_clusters(inode->i_sb, offset) - in ocfs2_direct_IO_extend_no_holes()724 ocfs2_bytes_to_clusters(inode->i_sb, i_size_read(inode)); in ocfs2_direct_IO_extend_no_holes()767 v_cpos += ocfs2_bytes_to_clusters(osb->sb, zero_len + size_div); in ocfs2_direct_IO_extend_no_holes()895 u32 v_cpos = ocfs2_bytes_to_clusters(osb->sb, offset); in ocfs2_direct_IO_write()
742 static inline unsigned int ocfs2_bytes_to_clusters(struct super_block *sb, in ocfs2_bytes_to_clusters() function