Searched refs:BFS_BSIZE_BITS (Results 1 – 3 of 3) sorted by relevance
12 #define BFS_BSIZE_BITS 9 macro13 #define BFS_BSIZE (1<<BFS_BSIZE_BITS)
373 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()374 info->si_freeb = (le32_to_cpu(bfs_sb->s_end) + 1 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS; in bfs_fill_super()
46 block = BFS_I(dir)->i_sblock + (ctx->pos >> BFS_BSIZE_BITS); in bfs_readdir()