Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/
Daops.c1389 unsigned int *extents_to_split) in ocfs2_populate_write_desc() argument
1399 *extents_to_split = 0; in ocfs2_populate_write_desc()
1429 *extents_to_split = *extents_to_split + 2; in ocfs2_populate_write_desc()
1656 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local
1715 &extents_to_split); 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_split, in ocfs2_write_begin_nolock()
Dsuballoc.h200 u32 clusters_to_add, u32 extents_to_split,
Dmove_extents.c158 u32 extents_to_split, in ocfs2_lock_meta_allocator_move_extents() argument
164 unsigned int max_recs_needed = 2 * extents_to_split + clusters_to_move; in ocfs2_lock_meta_allocator_move_extents()
Docfs2_trace.h1189 unsigned int clusters, unsigned int extents_to_split),
1191 page, clusters, extents_to_split),
1201 __field(unsigned int, extents_to_split)
1212 __entry->extents_to_split = extents_to_split;
1218 __entry->extents_to_split)
Dsuballoc.c2623 u32 clusters_to_add, u32 extents_to_split, in ocfs2_lock_allocators() argument
2628 unsigned int max_recs_needed = clusters_to_add + 2 * extents_to_split; in ocfs2_lock_allocators()
Dalloc.c5652 u32 extents_to_split, in ocfs2_reserve_blocks_for_rec_trunc() argument
5657 unsigned int max_recs_needed = 2 * extents_to_split; in ocfs2_reserve_blocks_for_rec_trunc()