Searched refs:clusters_to_alloc (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ocfs2/ |
H A D | aops.c | 1367 unsigned int *clusters_to_alloc, in ocfs2_unwritten_check() 1377 *clusters_to_alloc = 0; 1433 *clusters_to_alloc = *clusters_to_alloc + 1; in ocfs2_populate_write_desc() 1636 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_zero_tail() 1694 ret = ocfs2_populate_write_desc(inode, wc, &clusters_to_alloc, in ocfs2_write_begin_nolock() 1700 clusters_need += clusters_to_alloc; in ocfs2_write_begin_nolock() 1709 clusters_to_alloc, extents_to_split); in ocfs2_write_begin_nolock() 1717 if (clusters_to_alloc || extents_to_split) { in ocfs2_write_begin_nolock() 1726 clusters_to_alloc, extents_to_spli in ocfs2_write_begin_nolock() 1381 ocfs2_populate_write_desc(struct inode * inode,struct ocfs2_write_ctxt * wc,unsigned int * clusters_to_alloc,unsigned int * extents_to_split) ocfs2_populate_write_desc() argument 1649 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; ocfs2_write_begin_nolock() local [all...] |