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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Daops.c1383 unsigned int *clusters_to_alloc,
1393 *clusters_to_alloc = 0;
1448 *clusters_to_alloc = *clusters_to_alloc + 1;
1641 unsigned int clusters_to_alloc, extents_to_split; local
1693 ret = ocfs2_populate_write_desc(inode, wc, &clusters_to_alloc,
1708 if (clusters_to_alloc || extents_to_split) {
1713 clusters_to_alloc, extents_to_split);
1718 clusters_to_alloc, extents_to_split,
1730 clusters_to_alloc);
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...]

Completed in 47 milliseconds