Home
last modified time | relevance | path

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

/fs/ocfs2/
Daops.c515 u64 p_blkno, inode_blocks, contig_blocks; in ocfs2_direct_IO_get_blocks() local
529 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()
553 if (max_blocks < contig_blocks) in ocfs2_direct_IO_get_blocks()
554 contig_blocks = max_blocks; in ocfs2_direct_IO_get_blocks()
555 bh_result->b_size = contig_blocks << blocksize_bits; in ocfs2_direct_IO_get_blocks()