Searched refs:ocfs2_bytes_to_clusters (Results 1 – 2 of 2) sorted by relevance
665 v_cpos = ocfs2_bytes_to_clusters(osb->sb, offset); in ocfs2_is_overwrite()684 u32 v_cpos = ocfs2_bytes_to_clusters(osb->sb, i_size_read(inode)); in ocfs2_direct_IO_zero_extend()718 u32 v_cpos = ocfs2_bytes_to_clusters(osb->sb, i_size_read(inode)); in ocfs2_direct_IO_extend_no_holes()735 clusters_to_add = ocfs2_bytes_to_clusters(inode->i_sb, offset) - in ocfs2_direct_IO_extend_no_holes()736 ocfs2_bytes_to_clusters(inode->i_sb, i_size_read(inode)); in ocfs2_direct_IO_extend_no_holes()779 v_cpos += ocfs2_bytes_to_clusters(osb->sb, zero_len + size_div); in ocfs2_direct_IO_extend_no_holes()916 u32 v_cpos = ocfs2_bytes_to_clusters(osb->sb, offset); in ocfs2_direct_IO_write()
754 static inline unsigned int ocfs2_bytes_to_clusters(struct super_block *sb, in ocfs2_bytes_to_clusters() function