Home
last modified time | relevance | path

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

/openbmc/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 Dinode.c169 struct bfs_inode_info *bi = BFS_I(inode); in bfs_evict_inode()
240 struct bfs_inode_info *bi; in bfs_alloc_inode()
254 struct bfs_inode_info *bi = foo; in init_once()
262 sizeof(struct bfs_inode_info), in init_inodecache()
H A Dfile.c71 struct bfs_inode_info *bi = BFS_I(inode); in bfs_get_block()