Home
last modified time | relevance | path

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

/Linux-v6.1/fs/crypto/
Dbio.c54 const unsigned int blockbits = inode->i_blkbits; in fscrypt_zeroout_range_inline_crypt() local
55 const unsigned int blocks_per_page = 1 << (PAGE_SHIFT - blockbits); in fscrypt_zeroout_range_inline_crypt()
66 unsigned int bytes_this_page = blocks_this_page << blockbits; in fscrypt_zeroout_range_inline_crypt()
71 pblk << (blockbits - SECTOR_SHIFT); in fscrypt_zeroout_range_inline_crypt()
116 const unsigned int blockbits = inode->i_blkbits; in fscrypt_zeroout_range() local
117 const unsigned int blocksize = 1 << blockbits; in fscrypt_zeroout_range()
118 const unsigned int blocks_per_page_bits = PAGE_SHIFT - blockbits; in fscrypt_zeroout_range()
159 bio->bi_iter.bi_sector = pblk << (blockbits - 9); in fscrypt_zeroout_range()
Dcrypto.c179 const unsigned int blockbits = inode->i_blkbits; in fscrypt_encrypt_pagecache_blocks() local
180 const unsigned int blocksize = 1 << blockbits; in fscrypt_encrypt_pagecache_blocks()
182 u64 lblk_num = ((u64)page->index << (PAGE_SHIFT - blockbits)) + in fscrypt_encrypt_pagecache_blocks()
183 (offs >> blockbits); in fscrypt_encrypt_pagecache_blocks()
259 const unsigned int blockbits = inode->i_blkbits; in fscrypt_decrypt_pagecache_blocks() local
260 const unsigned int blocksize = 1 << blockbits; in fscrypt_decrypt_pagecache_blocks()
261 u64 lblk_num = ((u64)page->index << (PAGE_SHIFT - blockbits)) + in fscrypt_decrypt_pagecache_blocks()
262 (offs >> blockbits); in fscrypt_decrypt_pagecache_blocks()
/Linux-v6.1/net/xfrm/
Dxfrm_algo.c373 .blockbits = 8,
394 .blockbits = 64,
415 .blockbits = 64,
436 .blockbits = 64,
457 .blockbits = 64,
478 .blockbits = 128,
499 .blockbits = 128,
520 .blockbits = 128,
541 .blockbits = 128,
561 .blockbits = 128,
[all …]
/Linux-v6.1/drivers/mfd/
Dqcom-pm8xxx.c150 unsigned int blockbits; in pm8xxx_irq_master_handler() local
154 &blockbits); in pm8xxx_irq_master_handler()
159 if (!blockbits) { in pm8xxx_irq_master_handler()
165 if (blockbits & (1 << i)) { in pm8xxx_irq_master_handler()
/Linux-v6.1/fs/nfs/
Dsuper.c245 unsigned char blockbits; in nfs_statfs() local
284 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
285 blockres = (1 << blockbits) - 1; in nfs_statfs()
286 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
287 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
288 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
/Linux-v6.1/fs/befs/
DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/Linux-v6.1/fs/ext4/
Dextents.c4868 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_iomap_xattr_fiemap() local
4880 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_iomap_xattr_fiemap()
4888 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_iomap_xattr_fiemap()
/Linux-v6.1/include/net/
Dxfrm.h1408 u16 blockbits; member