Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_algo.c355 .blockbits = 8,
376 .blockbits = 64,
397 .blockbits = 64,
418 .blockbits = 64,
439 .blockbits = 64,
460 .blockbits = 128,
481 .blockbits = 128,
502 .blockbits = 128,
523 .blockbits = 128,
543 .blockbits = 128,
/linux-4.4.14/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.4.14/fs/nfs/
Dsuper.c436 unsigned char blockbits; in nfs_statfs() local
477 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
478 blockres = (1 << blockbits) - 1; in nfs_statfs()
479 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
480 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
481 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
/linux-4.4.14/fs/befs/
DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/linux-4.4.14/fs/ext4/
Dextents.c5142 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_xattr_fiemap() local
5153 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_xattr_fiemap()
5161 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_xattr_fiemap()
/linux-4.4.14/include/net/
Dxfrm.h1337 u16 blockbits; member