Home
last modified time | relevance | path

Searched refs:clusters_to_add (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Dfile.c540 u32 clusters_to_add, in ocfs2_add_inode_data() argument
552 clusters_to_add, mark_unwritten, in ocfs2_add_inode_data()
557 u32 clusters_to_add, int mark_unwritten) in ocfs2_extend_allocation() argument
590 status = ocfs2_lock_allocators(inode, &et, clusters_to_add, 0, in ocfs2_extend_allocation()
610 le32_to_cpu(fe->i_clusters), clusters_to_add, in ocfs2_extend_allocation()
614 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add)); in ocfs2_extend_allocation()
634 clusters_to_add, in ocfs2_extend_allocation()
650 clusters_to_add -= (OCFS2_I(inode)->ip_clusters - prev_clusters); in ocfs2_extend_allocation()
654 ocfs2_clusters_to_bytes(osb->sb, clusters_to_add)); in ocfs2_extend_allocation()
657 if (why != RESTART_NONE && clusters_to_add) { in ocfs2_extend_allocation()
[all …]
H A Dfile.h32 u32 clusters_to_add,
H A Dsuballoc.h203 u32 clusters_to_add, u32 extents_to_split,