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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsuballoc.h198 u32 clusters_to_add, u32 extents_to_split,
H A Daops.c1384 unsigned int *extents_to_split)
1394 *extents_to_split = 0;
1424 *extents_to_split = *extents_to_split + 2;
1641 unsigned int clusters_to_alloc, extents_to_split; local
1694 &extents_to_split);
1708 if (clusters_to_alloc || extents_to_split) {
1710 " clusters_to_add = %u, extents_to_split = %u\n",
1713 clusters_to_alloc, extents_to_split);
1718 clusters_to_alloc, extents_to_split,
1381 ocfs2_populate_write_desc(struct inode *inode, struct ocfs2_write_ctxt *wc, unsigned int *clusters_to_alloc, unsigned int *extents_to_split) argument
[all...]
H A Dsuballoc.c2662 u32 clusters_to_add, u32 extents_to_split,
2667 unsigned int max_recs_needed = clusters_to_add + 2 * extents_to_split;
2660 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.c5560 u32 extents_to_split,
5565 unsigned int max_recs_needed = 2 * extents_to_split;
5558 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 108 milliseconds