Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_algo.c374 .blockbits = 8,
395 .blockbits = 64,
416 .blockbits = 64,
437 .blockbits = 64,
458 .blockbits = 64,
479 .blockbits = 128,
500 .blockbits = 128,
521 .blockbits = 128,
542 .blockbits = 128,
562 .blockbits = 128,
[all …]
/linux/fs/crypto/
H A Dbio.c76 const unsigned int blockbits = inode->i_blkbits; in fscrypt_zeroout_range_inline_crypt() local
77 const unsigned int blocks_per_page = 1 << (PAGE_SHIFT - blockbits); in fscrypt_zeroout_range_inline_crypt()
97 unsigned int bytes_this_page = blocks_this_page << blockbits; in fscrypt_zeroout_range_inline_crypt()
/linux/drivers/mfd/
H A Dqcom-pm8xxx.c151 unsigned int blockbits; in pm8xxx_irq_master_handler() local
155 &blockbits); in pm8xxx_irq_master_handler()
160 if (!blockbits) { in pm8xxx_irq_master_handler()
166 if (blockbits & (1 << i)) { in pm8xxx_irq_master_handler()
/linux/fs/nfs/
H A Dsuper.c249 unsigned char blockbits; in nfs_statfs() local
288 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()
/linux/fs/befs/
H A DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/linux/fs/ext4/
H A Dextents.c5115 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_iomap_xattr_fiemap() local
5127 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_iomap_xattr_fiemap()
5135 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_iomap_xattr_fiemap()
/linux/include/net/
H A Dxfrm.h1577 u16 blockbits; member