Lines Matching defs:child
44 * @child: qstr of the name
47 * This function searches in the directory @dir for a file name @child. When
52 static int udf_fiiter_find_entry(struct inode *dir, const struct qstr *child,
58 int isdotdot = child->len == 2 &&
59 child->name[0] == '.' && child->name[1] == '.';
93 if (udf_match(flen, fname, child->len, child->name))
899 static struct dentry *udf_get_parent(struct dentry *child)
906 err = udf_fiiter_find_entry(d_inode(child), &dotdot_name, &iter);
912 inode = udf_iget(child->d_sb, &tloc);