Home
last modified time | relevance | path

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

/fs/adfs/
Dsuper.c340 static inline unsigned long adfs_discsize(struct adfs_discrecord *dr, int block_bits) in adfs_discsize() argument
344 discsize = le32_to_cpu(dr->disc_size_high) << (32 - block_bits); in adfs_discsize()
345 discsize |= le32_to_cpu(dr->disc_size) >> block_bits; in adfs_discsize()
/fs/xfs/linux-2.6/
Dxfs_aops.c599 uint block_bits) in xfs_map_buffer() argument
605 bn = (mp->iomap_bn >> (block_bits - BBSHIFT)) + in xfs_map_buffer()
606 ((offset - mp->iomap_offset) >> block_bits); in xfs_map_buffer()
618 int block_bits, in xfs_map_at_offset() argument
625 xfs_map_buffer(bh, iomapp, offset, block_bits); in xfs_map_at_offset()
/fs/ocfs2/cluster/
Dheartbeat.c1030 unsigned int block_bits; in o2hb_region_block_bytes_write() local
1036 &block_bytes, &block_bits); in o2hb_region_block_bytes_write()
1041 reg->hr_block_bits = block_bits; in o2hb_region_block_bytes_write()