Home
last modified time | relevance | path

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

/linux/fs/crypto/
A Dbio.c50 const unsigned int blockbits = inode->i_blkbits; in fscrypt_zeroout_range_inline_crypt() local
51 const unsigned int blocks_per_page = 1 << (PAGE_SHIFT - blockbits); in fscrypt_zeroout_range_inline_crypt()
61 unsigned int bytes_this_page = blocks_this_page << blockbits; in fscrypt_zeroout_range_inline_crypt()
67 pblk << (blockbits - SECTOR_SHIFT); in fscrypt_zeroout_range_inline_crypt()
113 const unsigned int blockbits = inode->i_blkbits; in fscrypt_zeroout_range() local
114 const unsigned int blocksize = 1 << blockbits; in fscrypt_zeroout_range()
115 const unsigned int blocks_per_page_bits = PAGE_SHIFT - blockbits; in fscrypt_zeroout_range()
157 bio->bi_iter.bi_sector = pblk << (blockbits - 9); in fscrypt_zeroout_range()
A 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()
/linux/net/xfrm/
A 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/drivers/mfd/
A 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/fs/nfs/
A 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/fs/befs/
A DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/linux/fs/ext4/
A Dextents.c4864 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_iomap_xattr_fiemap() local
4876 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_iomap_xattr_fiemap()
4884 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_iomap_xattr_fiemap()
/linux/include/net/
A Dxfrm.h1388 u16 blockbits; member

Completed in 30 milliseconds