Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dnamei.c69 inode = nilfs_iget(dir->i_sb, NILFS_I(dir)->i_root, ino); in nilfs_lookup()
476 return d_obtain_alias(nilfs_iget(child->d_sb, root, ino)); in nilfs_get_parent()
492 inode = nilfs_iget(sb, root, ino); in nilfs_get_dentry()
H A Dnilfs.h292 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
H A Dsuper.c915 inode = nilfs_iget(sb, root, NILFS_ROOT_INO); in nilfs_get_root_dentry()
H A Dinode.c546 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, in nilfs_iget() function