Searched refs:bfs_inode_info (Results 1 – 2 of 2) sorted by relevance
34 struct bfs_inode_info { struct46 static inline struct bfs_inode_info *BFS_I(struct inode *inode) in BFS_I() argument48 return container_of(inode, struct bfs_inode_info, vfs_inode); in BFS_I()
72 struct bfs_inode_info *bi = BFS_I(inode); in bfs_get_block()