Searched refs:extents_to_split (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ocfs2/ |
H A D | aops.c | 1368 unsigned int *extents_to_split) in ocfs2_unwritten_check() 1378 *extents_to_split = 0; 1408 *extents_to_split = *extents_to_split + 2; in ocfs2_populate_write_desc() 1636 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_zero_tail() 1695 &extents_to_split); 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_split, 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 1649 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; ocfs2_write_begin_nolock() local
|
H A D | ocfs2_trace.h | 1187 unsigned int clusters, unsigned int extents_to_split), 1189 page, clusters, extents_to_split), 1199 __field(unsigned int, extents_to_split) 1210 __entry->extents_to_split = extents_to_split; 1216 __entry->extents_to_split)
|