Home
last modified time | relevance | path

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

/Linux-v5.4/net/xfrm/
Dxfrm_algo.c353 .blockbits = 8,
374 .blockbits = 64,
395 .blockbits = 64,
416 .blockbits = 64,
437 .blockbits = 64,
458 .blockbits = 128,
479 .blockbits = 128,
500 .blockbits = 128,
521 .blockbits = 128,
541 .blockbits = 128,
/Linux-v5.4/fs/crypto/
Dcrypto.c224 const unsigned int blockbits = inode->i_blkbits; in fscrypt_encrypt_pagecache_blocks() local
225 const unsigned int blocksize = 1 << blockbits; in fscrypt_encrypt_pagecache_blocks()
227 u64 lblk_num = ((u64)page->index << (PAGE_SHIFT - blockbits)) + in fscrypt_encrypt_pagecache_blocks()
228 (offs >> blockbits); in fscrypt_encrypt_pagecache_blocks()
303 const unsigned int blockbits = inode->i_blkbits; in fscrypt_decrypt_pagecache_blocks() local
304 const unsigned int blocksize = 1 << blockbits; in fscrypt_decrypt_pagecache_blocks()
305 u64 lblk_num = ((u64)page->index << (PAGE_SHIFT - blockbits)) + in fscrypt_decrypt_pagecache_blocks()
306 (offs >> blockbits); in fscrypt_decrypt_pagecache_blocks()
Dbio.c74 const unsigned int blockbits = inode->i_blkbits; in fscrypt_zeroout_range() local
75 const unsigned int blocksize = 1 << blockbits; in fscrypt_zeroout_range()
97 bio->bi_iter.bi_sector = pblk << (blockbits - 9); in fscrypt_zeroout_range()
/Linux-v5.4/drivers/mfd/
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-v5.4/fs/nfs/
Dsuper.c445 unsigned char blockbits; in nfs_statfs() local
484 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
485 blockres = (1 << blockbits) - 1; in nfs_statfs()
486 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
487 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
488 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
/Linux-v5.4/fs/befs/
DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/Linux-v5.4/fs/ext4/
Dextents.c5073 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_xattr_fiemap() local
5084 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_xattr_fiemap()
5092 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_xattr_fiemap()
/Linux-v5.4/include/net/
Dxfrm.h1372 u16 blockbits; member