Home
last modified time | relevance | path

Searched refs:BFS_BSIZE_BITS (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dbfs_fs.h12 #define BFS_BSIZE_BITS 9 macro
13 #define BFS_BSIZE (1<<BFS_BSIZE_BITS)
/linux-6.1.9/fs/bfs/
Dinode.c373 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()
Ddir.c46 block = BFS_I(dir)->i_sblock + (ctx->pos >> BFS_BSIZE_BITS); in bfs_readdir()