Searched refs:bbits (Results 1 – 3 of 3) sorted by relevance
380 static unsigned long long ocfs2_max_file_offset(unsigned int bbits, in ocfs2_max_file_offset() argument413 bytes = 1 << bbits; in ocfs2_max_file_offset()1716 int i, cbits, bbits; in ocfs2_initialize_super() local1742 bbits = le32_to_cpu(di->id2.i_super.s_blocksize_bits); in ocfs2_initialize_super()1743 sb->s_maxbytes = ocfs2_max_file_offset(bbits, cbits); in ocfs2_initialize_super()
792 int bbits = inode->i_blkbits; in xfs_convert_page() local856 xfs_map_at_offset(bh, offset, bbits, mp); in xfs_convert_page()
1919 unsigned blocksize, bbits; in __block_prepare_write() local1932 bbits = inode->i_blkbits; in __block_prepare_write()1933 block = (sector_t)page->index << (PAGE_CACHE_SHIFT - bbits); in __block_prepare_write()