Home
last modified time | relevance | path

Searched refs:bfs_inode_info (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bfs/
H A Dbfs.h34 struct bfs_inode_info { struct
46 static inline struct bfs_inode_info *BFS_I(struct inode *inode) in BFS_I() argument
48 return container_of(inode, struct bfs_inode_info, vfs_inode); in BFS_I()
H A Dfile.c72 struct bfs_inode_info *bi = BFS_I(inode); in bfs_get_block()