Searched refs:blockbits (Results 1 – 4 of 4) sorted by relevance
354 .blockbits = 8,375 .blockbits = 64,396 .blockbits = 64,417 .blockbits = 64,438 .blockbits = 64,459 .blockbits = 128,480 .blockbits = 128,501 .blockbits = 128,522 .blockbits = 128,542 .blockbits [all...]
249 unsigned char blockbits; in nfs_statfs() local288 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()289 blockres = (1 << blockbits) - 1; in nfs_statfs()290 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()291 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()292 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
5124 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_iomap_xattr_fiemap() local5136 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_iomap_xattr_fiemap()5144 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_iomap_xattr_fiemap()