Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/crypto/
Dbio.c48 const unsigned int blockbits = inode->i_blkbits; in fscrypt_zeroout_range_inline_crypt() local
49 const unsigned int blocks_per_page = 1 << (PAGE_SHIFT - blockbits); in fscrypt_zeroout_range_inline_crypt()
59 unsigned int bytes_this_page = blocks_this_page << blockbits; in fscrypt_zeroout_range_inline_crypt()
65 pblk << (blockbits - SECTOR_SHIFT); in fscrypt_zeroout_range_inline_crypt()
111 const unsigned int blockbits = inode->i_blkbits; in fscrypt_zeroout_range() local
112 const unsigned int blocksize = 1 << blockbits; in fscrypt_zeroout_range()
113 const unsigned int blocks_per_page_bits = PAGE_SHIFT - blockbits; in fscrypt_zeroout_range()
155 bio->bi_iter.bi_sector = pblk << (blockbits - 9); in fscrypt_zeroout_range()
Dcrypto.c171 const unsigned int blockbits = inode->i_blkbits; in fscrypt_encrypt_pagecache_blocks() local
172 const unsigned int blocksize = 1 << blockbits; in fscrypt_encrypt_pagecache_blocks()
174 u64 lblk_num = ((u64)page->index << (PAGE_SHIFT - blockbits)) + in fscrypt_encrypt_pagecache_blocks()
175 (offs >> blockbits); in fscrypt_encrypt_pagecache_blocks()
251 const unsigned int blockbits = inode->i_blkbits; in fscrypt_decrypt_pagecache_blocks() local
252 const unsigned int blocksize = 1 << blockbits; in fscrypt_decrypt_pagecache_blocks()
253 u64 lblk_num = ((u64)page->index << (PAGE_SHIFT - blockbits)) + in fscrypt_decrypt_pagecache_blocks()
254 (offs >> blockbits); in fscrypt_decrypt_pagecache_blocks()
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/nfs/
Dsuper.c237 unsigned char blockbits; in nfs_statfs() local
276 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
277 blockres = (1 << blockbits) - 1; in nfs_statfs()
278 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
279 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
280 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
/kernel/linux/linux-5.10/fs/befs/
DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/kernel/linux/linux-5.10/fs/ext4/
Dextents.c4865 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_iomap_xattr_fiemap() local
4877 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_iomap_xattr_fiemap()
4885 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_iomap_xattr_fiemap()
/kernel/linux/linux-5.10/include/net/
Dxfrm.h1377 u16 blockbits; member