Lines Matching refs:clusters_to_add
539 u32 clusters_to_add,
551 clusters_to_add, mark_unwritten,
556 u32 clusters_to_add, int mark_unwritten)
589 status = ocfs2_lock_allocators(inode, &et, clusters_to_add, 0,
609 le32_to_cpu(fe->i_clusters), clusters_to_add,
613 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));
633 clusters_to_add,
649 clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters);
653 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));
656 if (why != RESTART_NONE && clusters_to_add) {
684 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add));
1010 u32 clusters_to_add;
1020 clusters_to_add = ocfs2_clusters_for_bytes(inode->i_sb, new_i_size);
1021 if (clusters_to_add < oi->ip_clusters)
1022 clusters_to_add = 0;
1024 clusters_to_add -= oi->ip_clusters;
1026 if (clusters_to_add) {
1028 clusters_to_add, 0);