Searched refs:contig_blocks (Results 1 – 1 of 1) sorted by relevance
521 u64 p_blkno, inode_blocks, contig_blocks; in ocfs2_direct_IO_get_blocks() local539 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()563 if (clusters_to_alloc > contig_blocks) in ocfs2_direct_IO_get_blocks()564 clusters_to_alloc = contig_blocks; in ocfs2_direct_IO_get_blocks()575 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()597 if (max_blocks < contig_blocks) in ocfs2_direct_IO_get_blocks()598 contig_blocks = max_blocks; in ocfs2_direct_IO_get_blocks()599 bh_result->b_size = contig_blocks << blocksize_bits; in ocfs2_direct_IO_get_blocks()