Searched refs:BFS_BSIZE_BITS (Results 1 – 3 of 3) sorted by relevance
11 #define BFS_BSIZE_BITS 9 macro12 #define BFS_BSIZE (1<<BFS_BSIZE_BITS)
380 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()382 - 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()