Searched refs:bfs_inode (Results 1 – 2 of 2) sorted by relevance
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)
36 struct bfs_inode *di; in bfs_iget()61 di = (struct bfs_inode *)bh->b_data + off; in bfs_iget()99 static struct bfs_inode *find_inode(struct super_block *sb, u16 ino, struct buffer_head **p) in find_inode()114 return (struct bfs_inode *)(*p)->b_data + ino % BFS_INODES_PER_BLOCK; in find_inode()122 struct bfs_inode *di; in bfs_write_inode()166 struct bfs_inode *di; in bfs_evict_inode()187 memset(di, 0, sizeof(struct bfs_inode)); in bfs_evict_inode()359 sizeof(struct bfs_inode) in bfs_fill_super()397 struct bfs_inode *di; in bfs_fill_super()410 di = (struct bfs_inode *)bh->b_data + off; in bfs_fill_super()