Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Daops.c521 u64 p_blkno, inode_blocks, contig_blocks; in ocfs2_direct_IO_get_blocks() local
541 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()
570 contig_blocks); in ocfs2_direct_IO_get_blocks()
584 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()
609 if (max_blocks < contig_blocks) in ocfs2_direct_IO_get_blocks()
610 contig_blocks = max_blocks; in ocfs2_direct_IO_get_blocks()
611 bh_result->b_size = contig_blocks << blocksize_bits; in ocfs2_direct_IO_get_blocks()