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

/linux-master/fs/ocfs2/
H A Dsuballoc.h198 u32 clusters_to_add, u32 extents_to_split,
H A Daops.c1383 unsigned int *extents_to_split)
1393 *extents_to_split = 0;
1423 *extents_to_split = *extents_to_split + 2;
1650 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; local
1709 &extents_to_split);
1723 clusters_to_alloc, extents_to_split);
1731 if (clusters_to_alloc || extents_to_split) {
1740 clusters_to_alloc, extents_to_split,
1380 ocfs2_populate_write_desc(struct inode *inode, struct ocfs2_write_ctxt *wc, unsigned int *clusters_to_alloc, unsigned int *extents_to_split) argument
H A Docfs2_trace.h1187 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)
H A Dmove_extents.c146 u32 extents_to_split,
152 unsigned int max_recs_needed = 2 * extents_to_split + clusters_to_move;
143 ocfs2_lock_meta_allocator_move_extents(struct inode *inode, struct ocfs2_extent_tree *et, u32 clusters_to_move, u32 extents_to_split, struct ocfs2_alloc_context **meta_ac, int extra_blocks, int *credits) argument
H A Dsuballoc.c2622 u32 clusters_to_add, u32 extents_to_split,
2627 unsigned int max_recs_needed = clusters_to_add + 2 * extents_to_split;
2620 ocfs2_lock_allocators(struct inode *inode, struct ocfs2_extent_tree *et, u32 clusters_to_add, u32 extents_to_split, struct ocfs2_alloc_context **data_ac, struct ocfs2_alloc_context **meta_ac) argument
H A Dalloc.c5657 u32 extents_to_split,
5662 unsigned int max_recs_needed = 2 * extents_to_split;
5655 ocfs2_reserve_blocks_for_rec_trunc(struct inode *inode, struct ocfs2_extent_tree *et, u32 extents_to_split, struct ocfs2_alloc_context **ac, int extra_blocks) argument

Completed in 134 milliseconds