Home
last modified time | relevance | path

Searched refs:nilfs_inode_by_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dnamei.c63 res = nilfs_inode_by_name(dir, &dentry->d_name, &ino); in nilfs_lookup()
461 res = nilfs_inode_by_name(d_inode(child), &dotdot_name, &ino); in nilfs_get_parent()
H A Dnilfs.h236 int nilfs_inode_by_name(struct inode *dir, const struct qstr *qstr, ino_t *ino);
H A Ddir.c438 int nilfs_inode_by_name(struct inode *dir, const struct qstr *qstr, ino_t *ino) in nilfs_inode_by_name() function