Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Daops.c1360 unsigned int *clusters_to_alloc, in ocfs2_populate_write_desc() argument
1370 *clusters_to_alloc = 0; in ocfs2_populate_write_desc()
1426 *clusters_to_alloc = *clusters_to_alloc + 1; in ocfs2_populate_write_desc()
1693 clusters_need += clusters_to_alloc; in ocfs2_write_begin_nolock()
1702 clusters_to_alloc, extents_to_split); in ocfs2_write_begin_nolock()
1710 if (clusters_to_alloc || extents_to_split) { in ocfs2_write_begin_nolock()
1719 clusters_to_alloc, extents_to_split, in ocfs2_write_begin_nolock()
1757 if (clusters_to_alloc) { in ocfs2_write_begin_nolock()
1759 ocfs2_clusters_to_bytes(osb->sb, clusters_to_alloc)); in ocfs2_write_begin_nolock()
1813 if (clusters_to_alloc) in ocfs2_write_begin_nolock()
[all …]