Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_algo.c354 .blockbits = 8,
375 .blockbits = 64,
396 .blockbits = 64,
417 .blockbits = 64,
438 .blockbits = 64,
459 .blockbits = 128,
480 .blockbits = 128,
501 .blockbits = 128,
522 .blockbits = 128,
542 .blockbits
[all...]
/linux/fs/nfs/
H A Dsuper.c249 unsigned char blockbits; in nfs_statfs() local
288 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
289 blockres = (1 << blockbits) - 1; in nfs_statfs()
290 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
291 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
292 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
/linux/fs/befs/
H A DChangeLog211 * Fixed a bug where the inode and super_block didn't get their blockbits
/linux/fs/ext4/
H A Dextents.c5124 int blockbits = inode->i_sb->s_blocksize_bits; in ext4_iomap_xattr_fiemap() local
5136 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_iomap_xattr_fiemap()
5144 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_iomap_xattr_fiemap()