Searched refs:ocfs2_clusters_to_bytes (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c2848 ocfs2_clusters_to_bytes(osb->sb, alloc + dx_alloc));
2866 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
2881 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
3031 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
3092 extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters));
3099 ocfs2_clusters_to_bytes(sb, 1));
3130 dquot_free_space_nodirty(dir, ocfs2_clusters_to_bytes(sb, 1));
3218 if (dir_i_size == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)) {
3755 ocfs2_clusters_to_bytes(dir->i_sb, 1));
3851 ocfs2_clusters_to_bytes(di
[all...]
H A Dmove_extents.c882 range->me_moved_len = ocfs2_clusters_to_bytes(osb->sb,
884 range->me_new_offset = ocfs2_clusters_to_bytes(osb->sb,
H A Dfile.c613 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));
653 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));
684 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));
919 *range_start = ocfs2_clusters_to_bytes(inode->i_sb, zero_cpos);
920 *range_end = ocfs2_clusters_to_bytes(inode->i_sb,
H A Docfs2.h773 static inline u64 ocfs2_clusters_to_bytes(struct super_block *sb, function
H A Dnamei.c1726 ocfs2_clusters_to_bytes(sb, OCFS2_I(inode)->ip_clusters)) {
1963 ocfs2_clusters_to_bytes(osb->sb, 1));
2041 ocfs2_clusters_to_bytes(osb->sb, 1));
H A Daops.c1780 ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc));
1836 ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc));
H A Drefcounttree.c3915 ocfs2_clusters_to_bytes(osb->sb, num_clusters));
4520 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos);
4521 plen = ocfs2_clusters_to_bytes(t_inode->i_sb, num_clusters);
4580 remapped_bytes = ocfs2_clusters_to_bytes(t_inode->i_sb, remapped_clus);
H A Dalloc.c5768 ocfs2_clusters_to_bytes(inode->i_sb, len));
7106 ocfs2_clusters_to_bytes(osb->sb, 1));
7183 ocfs2_clusters_to_bytes(osb->sb, 1));
H A Dsuballoc.c735 fe->i_size = cpu_to_le64(ocfs2_clusters_to_bytes(alloc_inode->i_sb,

Completed in 224 milliseconds