Home
last modified time | relevance | path

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

/linux-4.19.296/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.c1479 ip = jfs_iget(dip->i_sb, inum); in jfs_lookup()
1494 inode = jfs_iget(sb, ino); in jfs_nfs_get_inode()
1527 return d_obtain_alias(jfs_iget(dentry->d_sb, parent_ino)); in jfs_get_parent()
Dsuper.c613 inode = jfs_iget(sb, ROOT_I); in jfs_fill_super()