BFS_BSIZE          45 fs/bfs/dir.c   		offset = ctx->pos & (BFS_BSIZE - 1);
BFS_BSIZE          49 fs/bfs/dir.c   			ctx->pos += BFS_BSIZE - offset;
BFS_BSIZE          65 fs/bfs/dir.c   		} while ((offset < BFS_BSIZE) && (ctx->pos < dir->i_size));
BFS_BSIZE         289 fs/bfs/dir.c   		for (off = 0; off < BFS_BSIZE; off += BFS_DIRENT_SIZE) {
BFS_BSIZE         292 fs/bfs/dir.c   				pos = (block - sblock) * BFS_BSIZE + off;
BFS_BSIZE         335 fs/bfs/dir.c   	while (block * BFS_BSIZE + offset < dir->i_size) {
BFS_BSIZE         150 fs/bfs/inode.c 	di->i_eoffset = cpu_to_le32(i_sblock * BFS_BSIZE + inode->i_size - 1);
BFS_BSIZE         330 fs/bfs/inode.c 	sb_set_blocksize(s, BFS_BSIZE);
BFS_BSIZE         352 fs/bfs/inode.c 	info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / sizeof(struct bfs_inode) + BFS_ROOT_INO - 1;
BFS_BSIZE         416 fs/bfs/inode.c 			i_sblock * BFS_BSIZE > i_eoff) {
BFS_BSIZE          66 include/uapi/linux/bfs_fs.h         ((((offset) - BFS_BSIZE) / sizeof(struct bfs_inode)) + BFS_ROOT_INO)
BFS_BSIZE          69 include/uapi/linux/bfs_fs.h 	((__u32)(((ino) - BFS_ROOT_INO) * sizeof(struct bfs_inode)) + BFS_BSIZE)
BFS_BSIZE          71 include/uapi/linux/bfs_fs.h         ((le32_to_cpu((ip)->i_eoffset) + 1) -  le32_to_cpu((ip)->i_sblock) * BFS_BSIZE)