Home
last modified time | relevance | path

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

/linux-4.1.27/fs/romfs/
Dsuper.c96 static struct inode *romfs_iget(struct super_block *sb, unsigned long pos);
257 inode = romfs_iget(dir->i_sb, offset); in romfs_lookup()
295 static struct inode *romfs_iget(struct super_block *sb, unsigned long pos) in romfs_iget() function
534 root = romfs_iget(sb, pos); in romfs_fill_super()