Searched refs:ocfs2_clusters_to_bytes (Results  1 – 8 of 8) sorted by relevance
| /linux-4.1.27/fs/ocfs2/ | 
| D | dir.c | 2888 		ocfs2_clusters_to_bytes(osb->sb, alloc + dx_alloc));  in ocfs2_expand_inline_dir() 2906 		bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);  in ocfs2_expand_inline_dir() 2921 	bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);  in ocfs2_expand_inline_dir() 3071 		bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);  in ocfs2_expand_inline_dir() 3132 	extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters));  in ocfs2_do_extend_dir() 3139 					ocfs2_clusters_to_bytes(sb, 1));  in ocfs2_do_extend_dir() 3170 		dquot_free_space_nodirty(dir, ocfs2_clusters_to_bytes(sb, 1));  in ocfs2_do_extend_dir() 3258 	if (dir_i_size == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)) {  in ocfs2_extend_dir() 3799 				       ocfs2_clusters_to_bytes(dir->i_sb, 1));  in ocfs2_dx_dir_rebalance() 3895 				ocfs2_clusters_to_bytes(dir->i_sb, 1));  in ocfs2_dx_dir_rebalance() [all …] 
 | 
| D | file.c | 618 			ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));  in __ocfs2_extend_allocation() 658 			ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));  in __ocfs2_extend_allocation() 689 			ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));  in __ocfs2_extend_allocation() 932 	*range_start = ocfs2_clusters_to_bytes(inode->i_sb, zero_cpos);  in ocfs2_zero_extend_get_range() 933 	*range_end = ocfs2_clusters_to_bytes(inode->i_sb,  in ocfs2_zero_extend_get_range()
  | 
| D | move_extents.c | 887 	range->me_moved_len = ocfs2_clusters_to_bytes(osb->sb,  in __ocfs2_move_extents_range() 889 	range->me_new_offset = ocfs2_clusters_to_bytes(osb->sb,  in __ocfs2_move_extents_range()
  | 
| D | aops.c | 750 		zero_start = ocfs2_clusters_to_bytes(osb->sb, p_cpos) +  in ocfs2_direct_IO_extend_no_holes() 752 		zero_len = ocfs2_clusters_to_bytes(osb->sb, num_clusters) -  in ocfs2_direct_IO_extend_no_holes() 2175 			ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc));  in ocfs2_write_begin_nolock() 2233 			  ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc));  in ocfs2_write_begin_nolock()
  | 
| D | ocfs2.h | 759 static inline u64 ocfs2_clusters_to_bytes(struct super_block *sb,  in ocfs2_clusters_to_bytes()  function
  | 
| D | namei.c | 1669 	    ocfs2_clusters_to_bytes(sb, OCFS2_I(inode)->ip_clusters)) {  in ocfs2_create_symlink_data() 1898 		    ocfs2_clusters_to_bytes(osb->sb, 1));  in ocfs2_symlink() 1976 					ocfs2_clusters_to_bytes(osb->sb, 1));  in ocfs2_symlink()
  | 
| D | alloc.c | 5730 				  ocfs2_clusters_to_bytes(inode->i_sb, len));  in ocfs2_remove_btree_range() 6888 				       ocfs2_clusters_to_bytes(osb->sb, 1));  in ocfs2_convert_inline_data_to_extents() 6977 					  ocfs2_clusters_to_bytes(osb->sb, 1));  in ocfs2_convert_inline_data_to_extents()
  | 
| D | suballoc.c | 769 	fe->i_size = cpu_to_le64(ocfs2_clusters_to_bytes(alloc_inode->i_sb,  in ocfs2_block_group_alloc()
  |