Home
last modified time | relevance | path

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

/linux-6.1.9/fs/bfs/
Dbfs.h56 extern struct inode *bfs_iget(struct super_block *sb, unsigned long ino);
Dinode.c34 struct inode *bfs_iget(struct super_block *sb, unsigned long ino) in bfs_iget() function
362 inode = bfs_iget(s, BFS_ROOT_INO); in bfs_fill_super()
Ddir.c141 inode = bfs_iget(dir->i_sb, ino); in bfs_lookup()