Lines Matching refs:name
202 if (!dir_emit(ctx, next->d_name.name, next->d_name.len,
426 return ctx->actor(ctx, dentry->d_name.name, dentry->d_name.len, offset,
946 for (i = 0; !files->name || files->name[0]; i++, files++) {
947 if (!files->name)
954 s->s_type->name);
956 dentry = d_alloc_name(root, files->name);
988 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
1663 * @dentry: dentry whose name we are checking against
1664 * @len: len of name of dentry
1665 * @str: str pointer to name of dentry
1666 * @name: Name to compare against
1671 const char *str, const struct qstr *name)
1684 * If the dentry name is stored in-line, then it may be concurrently
1688 * string. Therefore, we have to copy the name into a temporary buffer.
1693 qstr.name = strbuf;
1697 ret = utf8_strncasecmp(um, name, &qstr);
1704 if (len != name->len)
1706 return !!memcmp(str, name->name, len);
1712 * @str: qstr of name whose hash we should fill in
1766 * d_revalidate, which it only needs on dentries that have the no-key name flag.