Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Daops.c1786 unsigned int *extents_to_split) in ocfs2_populate_write_desc() argument
1796 *extents_to_split = 0; in ocfs2_populate_write_desc()
1826 *extents_to_split = *extents_to_split + 2; in ocfs2_populate_write_desc()
2082 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local
2138 &extents_to_split); in ocfs2_write_begin_nolock()
2152 clusters_to_alloc, extents_to_split); in ocfs2_write_begin_nolock()
2160 if (clusters_to_alloc || extents_to_split) { in ocfs2_write_begin_nolock()
2169 clusters_to_alloc, extents_to_split, in ocfs2_write_begin_nolock()
2189 if (clusters_to_alloc || extents_to_split || in ocfs2_write_begin_nolock()
Dsuballoc.h214 u32 clusters_to_add, u32 extents_to_split,
Dmove_extents.c168 u32 extents_to_split, in ocfs2_lock_allocators_move_extents() argument
175 unsigned int max_recs_needed = 2 * extents_to_split + clusters_to_move; in ocfs2_lock_allocators_move_extents()
Docfs2_trace.h1186 unsigned int clusters, unsigned int extents_to_split),
1188 page, clusters, extents_to_split),
1198 __field(unsigned int, extents_to_split)
1209 __entry->extents_to_split = extents_to_split;
1215 __entry->extents_to_split)
Dsuballoc.c2661 u32 clusters_to_add, u32 extents_to_split, in ocfs2_lock_allocators() argument
2666 unsigned int max_recs_needed = clusters_to_add + 2 * extents_to_split; in ocfs2_lock_allocators()
Dalloc.c5635 u32 extents_to_split, in ocfs2_reserve_blocks_for_rec_trunc() argument
5640 unsigned int max_recs_needed = 2 * extents_to_split; in ocfs2_reserve_blocks_for_rec_trunc()