Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_inode.h16 extern struct inode *jfs_iget(struct super_block *, unsigned long);
H A Dnamei.c1469 ip = jfs_iget(dip->i_sb, inum); in jfs_lookup()
1484 inode = jfs_iget(sb, ino); in jfs_nfs_get_inode()
1517 return d_obtain_alias(jfs_iget(dentry->d_sb, parent_ino)); in jfs_get_parent()
H A Dinode.c24 struct inode *jfs_iget(struct super_block *sb, unsigned long ino) in jfs_iget() function
H A Dsuper.c580 inode = jfs_iget(sb, ROOT_I); in jfs_fill_super()