Home
last modified time | relevance | path

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

/Linux-v6.1/fs/romfs/
Dsuper.c97 static struct inode *romfs_iget(struct super_block *sb, unsigned long pos);
252 inode = romfs_iget(dir->i_sb, offset); in romfs_lookup()
279 static struct inode *romfs_iget(struct super_block *sb, unsigned long pos) in romfs_iget() function
533 root = romfs_iget(sb, pos); in romfs_fill_super()