BFS_BSIZE 50 fs/bfs/dir.c offset = f->f_pos & (BFS_BSIZE - 1); BFS_BSIZE 54 fs/bfs/dir.c f->f_pos += BFS_BSIZE - offset; BFS_BSIZE 71 fs/bfs/dir.c } while ((offset < BFS_BSIZE) && (f->f_pos < dir->i_size)); BFS_BSIZE 308 fs/bfs/dir.c for (off = 0; off < BFS_BSIZE; off += BFS_DIRENT_SIZE) { BFS_BSIZE 311 fs/bfs/dir.c pos = (block - sblock) * BFS_BSIZE + off; BFS_BSIZE 352 fs/bfs/dir.c while (block * BFS_BSIZE + offset < dir->i_size) { BFS_BSIZE 145 fs/bfs/inode.c di->i_eoffset = cpu_to_le32(i_sblock * BFS_BSIZE + inode->i_size - 1); BFS_BSIZE 336 fs/bfs/inode.c sb_set_blocksize(s, BFS_BSIZE); BFS_BSIZE 353 fs/bfs/inode.c info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / BFS_BSIZE 64 include/linux/bfs_fs.h ((((offset) - BFS_BSIZE) / sizeof(struct bfs_inode)) + BFS_ROOT_INO) BFS_BSIZE 67 include/linux/bfs_fs.h ((__u32)(((ino) - BFS_ROOT_INO) * sizeof(struct bfs_inode)) + BFS_BSIZE) BFS_BSIZE 69 include/linux/bfs_fs.h ((le32_to_cpu((ip)->i_eoffset) + 1) - le32_to_cpu((ip)->i_sblock) * BFS_BSIZE)