Home
last modified time | relevance | path

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

/fs/ocfs2/
Dsuper.c380 static unsigned long long ocfs2_max_file_offset(unsigned int bbits, in ocfs2_max_file_offset() argument
413 bytes = 1 << bbits; in ocfs2_max_file_offset()
1716 int i, cbits, bbits; in ocfs2_initialize_super() local
1742 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()
/fs/xfs/linux-2.6/
Dxfs_aops.c792 int bbits = inode->i_blkbits; in xfs_convert_page() local
856 xfs_map_at_offset(bh, offset, bbits, mp); in xfs_convert_page()
/fs/
Dbuffer.c1919 unsigned blocksize, bbits; in __block_prepare_write() local
1932 bbits = inode->i_blkbits; in __block_prepare_write()
1933 block = (sector_t)page->index << (PAGE_CACHE_SHIFT - bbits); in __block_prepare_write()