Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Daops.c521 u64 p_blkno, inode_blocks, contig_blocks; in ocfs2_direct_IO_get_blocks() local
539 &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()