Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nilfs2/
Dnamei.c63 inode = ino ? nilfs_iget(dir->i_sb, NILFS_I(dir)->i_root, ino) : NULL; in nilfs_lookup()
449 inode = nilfs_iget(child->d_sb, root, ino); in nilfs_get_parent()
469 inode = nilfs_iget(sb, root, ino); in nilfs_get_dentry()
Dnilfs.h263 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
Drecovery.c505 inode = nilfs_iget(sb, root, rb->ino); in nilfs_recover_dsync_blocks()
Dinode.c580 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, in nilfs_iget() function
Dsuper.c901 inode = nilfs_iget(sb, root, NILFS_ROOT_INO); in nilfs_get_root_dentry()