Home
last modified time | relevance | path

Searched refs:blockbits (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/xfrm/
Dxfrm_algo.c336 .blockbits = 8,
356 .blockbits = 64,
376 .blockbits = 64,
396 .blockbits = 64,
416 .blockbits = 64,
436 .blockbits = 128,
456 .blockbits = 128,
476 .blockbits = 128,
496 .blockbits = 128,
515 .blockbits = 128,
/linux-4.1.27/drivers/mfd/
Dpm8921-core.c137 unsigned int blockbits; in pm8xxx_irq_master_handler() local
141 &blockbits); in pm8xxx_irq_master_handler()
146 if (!blockbits) { in pm8xxx_irq_master_handler()
152 if (blockbits & (1 << i)) { in pm8xxx_irq_master_handler()
/linux-4.1.27/fs/nfs/
Dsuper.c433 unsigned char blockbits; in nfs_statfs() local
474 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
475 blockres = (1 << blockbits) - 1; in nfs_statfs()
476 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
477 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
478 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
/linux-4.1.27/fs/befs/
DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/linux-4.1.27/fs/ext4/
Dextents.c5114 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_xattr_fiemap() local
5125 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_xattr_fiemap()
5133 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_xattr_fiemap()
/linux-4.1.27/include/net/
Dxfrm.h1326 u16 blockbits; member