Searched refs:fs_shift (Results 1 – 6 of 6) sorted by relevance
237 ablock = iblock >> sbi->fs_shift; in hfsplus_get_block()281 mask = (1 << sbi->fs_shift) - 1; in hfsplus_get_block()282 sector = ((sector_t)dblock << sbi->fs_shift) + in hfsplus_get_block()
259 sbi->fs_shift = sbi->alloc_blksz_shift - sb->s_blocksize_bits; in hfsplus_read_wrapper()
318 buf->f_blocks = sbi->total_blocks << sbi->fs_shift; in hfsplus_statfs()319 buf->f_bfree = sbi->free_blocks << sbi->fs_shift; in hfsplus_statfs()
364 hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift; in hfs_bmap_reserve()
161 int fs_shift; member
201 hip->fs_blocks = hip->alloc_blocks << sbi->fs_shift; in hfsplus_create_attributes_file()