Searched refs:clusters_to_alloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | aops.c | 1388 unsigned int *clusters_to_alloc, in ocfs2_populate_write_desc() 1398 *clusters_to_alloc = 0; in ocfs2_populate_write_desc() 1454 *clusters_to_alloc = *clusters_to_alloc + 1; in ocfs2_populate_write_desc() 1656 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local 1714 ret = ocfs2_populate_write_desc(inode, wc, &clusters_to_alloc, in ocfs2_write_begin_nolock() 1720 clusters_need += clusters_to_alloc; in ocfs2_write_begin_nolock() 1729 clusters_to_alloc, extents_to_split); in ocfs2_write_begin_nolock() 1737 if (clusters_to_alloc || extents_to_split) { in ocfs2_write_begin_nolock() 1746 clusters_to_alloc, extents_to_spli in ocfs2_write_begin_nolock() 1386 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 [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | aops.c | 1384 unsigned int *clusters_to_alloc, in ocfs2_populate_write_desc() 1394 *clusters_to_alloc = 0; in ocfs2_populate_write_desc() 1450 *clusters_to_alloc = *clusters_to_alloc + 1; in ocfs2_populate_write_desc() 1652 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local 1710 ret = ocfs2_populate_write_desc(inode, wc, &clusters_to_alloc, in ocfs2_write_begin_nolock() 1716 clusters_need += clusters_to_alloc; in ocfs2_write_begin_nolock() 1725 clusters_to_alloc, extents_to_split); in ocfs2_write_begin_nolock() 1733 if (clusters_to_alloc || extents_to_split) { in ocfs2_write_begin_nolock() 1742 clusters_to_alloc, extents_to_spli in ocfs2_write_begin_nolock() 1382 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 [all...] |
Completed in 6 milliseconds