Searched refs:blockbits (Results 1 – 5 of 5) sorted by relevance
24 const __u32 blockbits = PAGE_SHIFT; in read_one_page() local37 loff_t blockptr_offset = (((loff_t) page->index) << blockbits); in read_one_page()
438 unsigned char blockbits; in nfs_statfs() local479 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()480 blockres = (1 << blockbits) - 1; in nfs_statfs()481 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()482 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()483 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
211 * Fixed a bug where the inode and super_block didn't get their blockbits
5150 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_xattr_fiemap() local5161 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_xattr_fiemap()5169 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_xattr_fiemap()
1473 u16 blockbits; member