Home
last modified time | relevance | path

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

/fs/iomap/
Dbuffered-io.c93 unsigned block_bits = inode->i_blkbits; in iomap_adjust_read_range() local
94 unsigned block_size = (1 << block_bits); in iomap_adjust_read_range()
97 unsigned first = poff >> block_bits; in iomap_adjust_read_range()
98 unsigned last = (poff + plen - 1) >> block_bits; in iomap_adjust_read_range()
134 unsigned end = offset_in_page(isize - 1) >> block_bits; in iomap_adjust_read_range()
/fs/ocfs2/cluster/
Dheartbeat.c1574 unsigned int block_bits; in o2hb_region_block_bytes_store() local
1580 &block_bits); in o2hb_region_block_bytes_store()
1585 reg->hr_block_bits = block_bits; in o2hb_region_block_bytes_store()