Searched refs:ocfs2_clusters_to_bytes (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ | 
| D | dir.c | 2852 		ocfs2_clusters_to_bytes(osb->sb, alloc + dx_alloc));  in ocfs2_expand_inline_dir()2870 		bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);  in ocfs2_expand_inline_dir()
 2885 	bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);  in ocfs2_expand_inline_dir()
 3035 		bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);  in ocfs2_expand_inline_dir()
 3096 	extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters));  in ocfs2_do_extend_dir()
 3103 					ocfs2_clusters_to_bytes(sb, 1));  in ocfs2_do_extend_dir()
 3134 		dquot_free_space_nodirty(dir, ocfs2_clusters_to_bytes(sb, 1));  in ocfs2_do_extend_dir()
 3222 	if (dir_i_size == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)) {  in ocfs2_extend_dir()
 3759 				       ocfs2_clusters_to_bytes(dir->i_sb, 1));  in ocfs2_dx_dir_rebalance()
 3855 				ocfs2_clusters_to_bytes(dir->i_sb, 1));  in ocfs2_dx_dir_rebalance()
 [all …]
 
 | 
| D | file.c | 610 			ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));  in ocfs2_extend_allocation()650 			ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));  in ocfs2_extend_allocation()
 681 			ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));  in ocfs2_extend_allocation()
 921 	*range_start = ocfs2_clusters_to_bytes(inode->i_sb, zero_cpos);  in ocfs2_zero_extend_get_range()
 922 	*range_end = ocfs2_clusters_to_bytes(inode->i_sb,  in ocfs2_zero_extend_get_range()
 
 | 
| D | move_extents.c | 893 	range->me_moved_len = ocfs2_clusters_to_bytes(osb->sb,  in __ocfs2_move_extents_range()895 	range->me_new_offset = ocfs2_clusters_to_bytes(osb->sb,  in __ocfs2_move_extents_range()
 
 | 
| D | ocfs2.h | 775 static inline u64 ocfs2_clusters_to_bytes(struct super_block *sb,  in ocfs2_clusters_to_bytes()  function
 | 
| D | namei.c | 1704 	    ocfs2_clusters_to_bytes(sb, OCFS2_I(inode)->ip_clusters)) {  in ocfs2_create_symlink_data()1939 		    ocfs2_clusters_to_bytes(osb->sb, 1));  in ocfs2_symlink()
 2017 					ocfs2_clusters_to_bytes(osb->sb, 1));  in ocfs2_symlink()
 
 | 
| D | aops.c | 1795 			ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc));  in ocfs2_write_begin_nolock()1851 			  ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc));  in ocfs2_write_begin_nolock()
 
 | 
| D | refcounttree.c | 3942 		ocfs2_clusters_to_bytes(osb->sb, num_clusters));  in ocfs2_add_refcounted_extent()4547 		pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos);  in ocfs2_reflink_remap_extent()
 4548 		plen = ocfs2_clusters_to_bytes(t_inode->i_sb, num_clusters);  in ocfs2_reflink_remap_extent()
 4607 	remapped_bytes = ocfs2_clusters_to_bytes(t_inode->i_sb, remapped_clus);  in ocfs2_reflink_remap_extent()
 
 | 
| D | alloc.c | 5764 				  ocfs2_clusters_to_bytes(inode->i_sb, len));  in ocfs2_remove_btree_range()7103 				       ocfs2_clusters_to_bytes(osb->sb, 1));  in ocfs2_convert_inline_data_to_extents()
 7192 					  ocfs2_clusters_to_bytes(osb->sb, 1));  in ocfs2_convert_inline_data_to_extents()
 
 | 
| D | suballoc.c | 737 	fe->i_size = cpu_to_le64(ocfs2_clusters_to_bytes(alloc_inode->i_sb,  in ocfs2_block_group_alloc()
 |