Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Daops.c526 unsigned int clusters_to_alloc = 0, contig_clusters = 0; in ocfs2_direct_IO_get_blocks() local
568 clusters_to_alloc = ocfs2_clusters_for_bytes(inode->i_sb, len); in ocfs2_direct_IO_get_blocks()
571 if (clusters_to_alloc > contig_clusters) in ocfs2_direct_IO_get_blocks()
572 clusters_to_alloc = contig_clusters; in ocfs2_direct_IO_get_blocks()
576 clusters_to_alloc, 0); in ocfs2_direct_IO_get_blocks()
1785 unsigned int *clusters_to_alloc, in ocfs2_populate_write_desc() argument
1795 *clusters_to_alloc = 0; in ocfs2_populate_write_desc()
1850 *clusters_to_alloc = *clusters_to_alloc + 1; in ocfs2_populate_write_desc()
2082 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local
2137 ret = ocfs2_populate_write_desc(inode, wc, &clusters_to_alloc, in ocfs2_write_begin_nolock()
[all …]