Searched refs:ocfs2_clusters_to_bytes (Results 1 – 7 of 7) sorted by relevance
/fs/ocfs2/ |
D | dir.c | 1451 ocfs2_clusters_to_bytes(osb->sb, alloc))) { in ocfs2_expand_inline_dir() 1581 ocfs2_clusters_to_bytes(osb->sb, 2)); in ocfs2_expand_inline_dir() 1610 extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)); in ocfs2_do_extend_dir() 1617 ocfs2_clusters_to_bytes(sb, 1))) { in ocfs2_do_extend_dir() 1649 vfs_dq_free_space_nodirty(dir, ocfs2_clusters_to_bytes(sb, 1)); in ocfs2_do_extend_dir() 1721 if (dir_i_size == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)) { in ocfs2_extend_dir()
|
D | ocfs2.h | 529 static inline u64 ocfs2_clusters_to_bytes(struct super_block *sb, in ocfs2_clusters_to_bytes() function
|
D | namei.c | 1473 ocfs2_clusters_to_bytes(sb, OCFS2_I(inode)->ip_clusters)) { in ocfs2_create_symlink_data() 1693 ocfs2_clusters_to_bytes(osb->sb, 1))) { in ocfs2_symlink() 1765 ocfs2_clusters_to_bytes(osb->sb, 1)); in ocfs2_symlink()
|
D | file.c | 583 if (vfs_dq_alloc_space_nodirty(inode, ocfs2_clusters_to_bytes(osb->sb, in __ocfs2_extend_allocation() 629 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add)); in __ocfs2_extend_allocation() 665 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add)); in __ocfs2_extend_allocation()
|
D | aops.c | 1738 ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc))) { in ocfs2_write_begin_nolock() 1785 ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc)); in ocfs2_write_begin_nolock()
|
D | alloc.c | 5420 ocfs2_clusters_to_bytes(inode->i_sb, len)); in ocfs2_remove_btree_range() 6640 ocfs2_clusters_to_bytes(osb->sb, clusters_to_del)); in ocfs2_do_truncate() 6990 ocfs2_clusters_to_bytes(osb->sb, 1))) { in ocfs2_convert_inline_data_to_extents() 7071 ocfs2_clusters_to_bytes(osb->sb, 1)); in ocfs2_convert_inline_data_to_extents()
|
D | suballoc.c | 510 fe->i_size = cpu_to_le64(ocfs2_clusters_to_bytes(alloc_inode->i_sb, in ocfs2_block_group_alloc()
|