Searched refs:bfs_inode (Results 1 – 2 of 2) sorted by relevance
37 struct bfs_inode *di; in bfs_iget()62 di = (struct bfs_inode *)bh->b_data + off; in bfs_iget()114 static struct bfs_inode *find_inode(struct super_block *sb, u16 ino, struct buffer_head **p) in find_inode()129 return (struct bfs_inode *)(*p)->b_data + ino % BFS_INODES_PER_BLOCK; in find_inode()137 struct bfs_inode *di; in bfs_write_inode()181 struct bfs_inode *di; in bfs_evict_inode()202 memset(di, 0, sizeof(struct bfs_inode)); in bfs_evict_inode()367 …info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / sizeof(struct bfs_inode) + BFS_ROOT_… in bfs_fill_super()405 struct bfs_inode *di; in bfs_fill_super()418 di = (struct bfs_inode *)bh->b_data + off; in bfs_fill_super()
24 struct bfs_inode { struct66 ((((offset) - BFS_BSIZE) / sizeof(struct bfs_inode)) + BFS_ROOT_INO)69 ((__u32)(((ino) - BFS_ROOT_INO) * sizeof(struct bfs_inode)) + BFS_BSIZE)