Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/
Daops.c1376 unsigned int *clusters_to_alloc, in ocfs2_populate_write_desc() argument
1386 *clusters_to_alloc = 0; in ocfs2_populate_write_desc()
1441 *clusters_to_alloc = *clusters_to_alloc + 1; in ocfs2_populate_write_desc()
1672 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local
1727 ret = ocfs2_populate_write_desc(inode, wc, &clusters_to_alloc, in ocfs2_write_begin_nolock()
1733 clusters_need += clusters_to_alloc; in ocfs2_write_begin_nolock()
1742 clusters_to_alloc, extents_to_split); in ocfs2_write_begin_nolock()
1750 if (clusters_to_alloc || extents_to_split) { in ocfs2_write_begin_nolock()
1759 clusters_to_alloc, extents_to_split, in ocfs2_write_begin_nolock()
1771 clusters_to_alloc); in ocfs2_write_begin_nolock()
[all …]