Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jfs/
Djfs_inode.h27 extern struct inode *jfs_iget(struct super_block *, unsigned long);
Dinode.c36 struct inode *jfs_iget(struct super_block *sb, unsigned long ino) in jfs_iget() function
Dnamei.c1457 ip = jfs_iget(dip->i_sb, inum); in jfs_lookup()
1472 inode = jfs_iget(sb, ino); in jfs_nfs_get_inode()
1505 return d_obtain_alias(jfs_iget(d_inode(dentry)->i_sb, parent_ino)); in jfs_get_parent()
Dsuper.c586 inode = jfs_iget(sb, ROOT_I); in jfs_fill_super()