Searched refs:ocfs2_clusters_to_bytes (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ocfs2/ |
H A D | dir.c | 2875 ocfs2_clusters_to_bytes(osb->sb, alloc + dx_alloc)); in ocfs2_expand_inline_dir() 2893 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir() 2908 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir() 3058 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir() 3119 extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)); in ocfs2_do_extend_dir() 3126 ocfs2_clusters_to_bytes(sb, 1)); in ocfs2_do_extend_dir() 3157 dquot_free_space_nodirty(dir, ocfs2_clusters_to_bytes(sb, 1)); in ocfs2_do_extend_dir() 3245 if (dir_i_size == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)) { in ocfs2_extend_dir() 3775 ocfs2_clusters_to_bytes(dir->i_sb, 1)); in ocfs2_dx_dir_rebalance() 3871 ocfs2_clusters_to_bytes(dir->i_sb, 1)); in ocfs2_dx_dir_rebalance() [all …]
|
H A D | ocfs2.h | 800 static inline u64 ocfs2_clusters_to_bytes(struct super_block *sb, in ocfs2_clusters_to_bytes() function
|
H A D | namei.c | 1729 ocfs2_clusters_to_bytes(sb, OCFS2_I(inode)->ip_clusters)) { in ocfs2_create_symlink_data() 1966 ocfs2_clusters_to_bytes(osb->sb, 1)); in ocfs2_symlink() 2044 ocfs2_clusters_to_bytes(osb->sb, 1)); in ocfs2_symlink()
|
H A D | aops.c | 1766 ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc)); in ocfs2_write_begin_nolock() 1822 ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc)); in ocfs2_write_begin_nolock()
|
H A D | refcounttree.c | 3906 ocfs2_clusters_to_bytes(osb->sb, num_clusters)); in ocfs2_add_refcounted_extent() 4532 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos); in ocfs2_reflink_remap_extent() 4533 plen = ocfs2_clusters_to_bytes(t_inode->i_sb, num_clusters); in ocfs2_reflink_remap_extent() 4592 remapped_bytes = ocfs2_clusters_to_bytes(t_inode->i_sb, remapped_clus); in ocfs2_reflink_remap_extent()
|