ufs_inode_by_name
ino = ufs_inode_by_name(dir, &dentry->d_name);
ino = ufs_inode_by_name(d_inode(child), &dotdot_name);
ino_t ufs_inode_by_name(struct inode *, const struct qstr *);