Searched refs:ext2_inode_by_name (Results 1 – 3 of 3) sorted by relevance
64 ino = ext2_inode_by_name(dir, &dentry->d_name); in ext2_lookup()81 unsigned long ino = ext2_inode_by_name(d_inode(child), &dotdot); in ext2_get_parent()
730 extern ino_t ext2_inode_by_name(struct inode *, const struct qstr *);
417 ino_t ext2_inode_by_name(struct inode *dir, const struct qstr *child) in ext2_inode_by_name() function