Home
last modified time | relevance | path

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

/Linux-v4.19/net/xfrm/
Dxfrm_algo.c357 .blockbits = 8,
378 .blockbits = 64,
399 .blockbits = 64,
420 .blockbits = 64,
441 .blockbits = 64,
462 .blockbits = 128,
483 .blockbits = 128,
504 .blockbits = 128,
525 .blockbits = 128,
545 .blockbits = 128,
/Linux-v4.19/drivers/mfd/
Dqcom-pm8xxx.c158 unsigned int blockbits; in pm8xxx_irq_master_handler() local
162 &blockbits); in pm8xxx_irq_master_handler()
167 if (!blockbits) { in pm8xxx_irq_master_handler()
173 if (blockbits & (1 << i)) { in pm8xxx_irq_master_handler()
/Linux-v4.19/fs/orangefs/
Dinode.c24 const __u32 blockbits = PAGE_SHIFT; in read_one_page() local
37 loff_t blockptr_offset = (((loff_t) page->index) << blockbits); in read_one_page()
/Linux-v4.19/fs/nfs/
Dsuper.c438 unsigned char blockbits; in nfs_statfs() local
479 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
480 blockres = (1 << blockbits) - 1; in nfs_statfs()
481 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
482 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
483 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
/Linux-v4.19/fs/befs/
DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/Linux-v4.19/fs/ext4/
Dextents.c5117 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_xattr_fiemap() local
5128 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_xattr_fiemap()
5136 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_xattr_fiemap()
/Linux-v4.19/include/net/
Dxfrm.h1450 u16 blockbits; member