Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Daops.c1752 unsigned int *extents_to_split) in ocfs2_populate_write_desc() argument
1762 *extents_to_split = 0; in ocfs2_populate_write_desc()
1792 *extents_to_split = *extents_to_split + 2; in ocfs2_populate_write_desc()
2048 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local
2104 &extents_to_split); in ocfs2_write_begin_nolock()
2118 clusters_to_alloc, extents_to_split); in ocfs2_write_begin_nolock()
2126 if (clusters_to_alloc || extents_to_split) { in ocfs2_write_begin_nolock()
2135 clusters_to_alloc, extents_to_split, in ocfs2_write_begin_nolock()
2155 if (clusters_to_alloc || extents_to_split || in ocfs2_write_begin_nolock()
Dsuballoc.h214 u32 clusters_to_add, u32 extents_to_split,
Dmove_extents.c170 u32 extents_to_split, in ocfs2_lock_allocators_move_extents() argument
177 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.c2678 u32 clusters_to_add, u32 extents_to_split, in ocfs2_lock_allocators() argument
2683 unsigned int max_recs_needed = clusters_to_add + 2 * extents_to_split; in ocfs2_lock_allocators()
Dalloc.c5617 u32 extents_to_split, in ocfs2_reserve_blocks_for_rec_trunc() argument
5622 unsigned int max_recs_needed = 2 * extents_to_split; in ocfs2_reserve_blocks_for_rec_trunc()