Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_inode.h16 extern struct inode *jfs_iget(struct super_block *, unsigned long);
H A Dinode.c24 struct inode *jfs_iget(struct super_block *sb, unsigned long ino) in jfs_iget() function
H A Dsuper.c547 inode = jfs_iget(sb, ROOT_I); in jfs_fill_super()