Searched refs:blockbits (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/net/xfrm/ |
D | xfrm_algo.c | 353 .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/ |
D | crypto.c | 224 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()
|
D | bio.c | 74 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/ |
D | qcom-pm8xxx.c | 151 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/ |
D | super.c | 445 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/ |
D | ChangeLog | 211 * Fixed a bug where the inode and super_block didn't get their blockbits
|
/Linux-v5.4/fs/ext4/ |
D | extents.c | 5073 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/ |
D | xfrm.h | 1372 u16 blockbits; member
|