Home
last modified time | relevance | path

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

/fs/crypto/
A 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()
/fs/nfs/
A Dsuper.c257 unsigned char blockbits; in nfs_statfs() local
296 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
297 blockres = (1 << blockbits) - 1; in nfs_statfs()
298 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
299 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
300 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
/fs/befs/
A DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/fs/ext4/
A Dextents.c5033 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_iomap_xattr_fiemap() local
5045 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_iomap_xattr_fiemap()
5053 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_iomap_xattr_fiemap()

Completed in 65 milliseconds