Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dnamei.c65 res = ext2_inode_by_name(dir, &dentry->d_name, &ino); in ext2_lookup()
87 res = ext2_inode_by_name(d_inode(child), &dotdot_name, &ino); in ext2_get_parent()
H A Dext2.h721 extern int ext2_inode_by_name(struct inode *dir,
H A Ddir.c424 int ext2_inode_by_name(struct inode *dir, const struct qstr *child, ino_t *ino) in ext2_inode_by_name() function