qstr 213 fs/adfs/dir.c if (qstr->len < name_len)
qstr 220 fs/adfs/dir.c qstr->len = i = name_len;
qstr 221 fs/adfs/dir.c name = qstr->name;
qstr 232 fs/adfs/dir.c qstr->hash = end_name_hash(hash);
qstr 63 fs/affs/namei.c const u8 *name = qstr->name;
qstr 67 fs/affs/namei.c i = affs_check_name(qstr->name,qstr->len);
qstr 72 fs/affs/namei.c i = min(qstr->len, 30u);
qstr 75 fs/affs/namei.c qstr->hash = end_name_hash(hash);
qstr 83 fs/affs/namei.c return __affs_hash_dentry(dentry, qstr, affs_toupper);
qstr 88 fs/affs/namei.c return __affs_hash_dentry(dentry, qstr, affs_intl_toupper);
qstr 74 fs/anon_inodes.c struct qstr this;
qstr 81 fs/autofs4/autofs_i.h struct qstr name;
qstr 376 fs/autofs4/root.c struct qstr *qstr;
qstr 387 fs/autofs4/root.c qstr = &dentry->d_name;
qstr 394 fs/autofs4/root.c if (qstr->len != len)
qstr 396 fs/autofs4/root.c if (memcmp(qstr->name, str, len))
qstr 428 fs/autofs4/root.c struct qstr *qstr;
qstr 439 fs/autofs4/root.c qstr = &dentry->d_name;
qstr 446 fs/autofs4/root.c if (qstr->len != len)
qstr 448 fs/autofs4/root.c if (memcmp(qstr->name, str, len))
qstr 222 fs/autofs4/waitq.c if (wq->name.hash == qstr->hash &&
qstr 223 fs/autofs4/waitq.c wq->name.len == qstr->len &&
qstr 225 fs/autofs4/waitq.c !memcmp(wq->name.name, qstr->name, qstr->len))
qstr 248 fs/autofs4/waitq.c wq = autofs4_find_wait(sbi, qstr);
qstr 279 fs/autofs4/waitq.c wq = autofs4_find_wait(sbi, qstr);
qstr 323 fs/autofs4/waitq.c struct qstr qstr;
qstr 352 fs/autofs4/waitq.c qstr.len = sprintf(name, "%p", dentry);
qstr 354 fs/autofs4/waitq.c qstr.len = autofs4_getpath(sbi, dentry, &name);
qstr 355 fs/autofs4/waitq.c if (!qstr.len) {
qstr 360 fs/autofs4/waitq.c qstr.name = name;
qstr 361 fs/autofs4/waitq.c qstr.hash = full_name_hash(name, qstr.len);
qstr 364 fs/autofs4/waitq.c kfree(qstr.name);
qstr 368 fs/autofs4/waitq.c ret = validate_request(&wq, sbi, &qstr, dentry, notify);
qstr 372 fs/autofs4/waitq.c kfree(qstr.name);
qstr 380 fs/autofs4/waitq.c kfree(qstr.name);
qstr 391 fs/autofs4/waitq.c memcpy(&wq->name, &qstr, sizeof(struct qstr));
qstr 427 fs/autofs4/waitq.c kfree(qstr.name);
qstr 903 fs/cifs/readdir.c struct qstr qstring;
qstr 500 fs/coda/dir.c struct qstr name;
qstr 585 fs/configfs/dir.c struct qstr name;
qstr 1580 fs/configfs/dir.c struct qstr name;
qstr 972 fs/dcache.c struct qstr q;
qstr 1037 fs/dcache.c struct qstr *qstr = &alias->d_name;
qstr 1039 fs/dcache.c if (qstr->hash != hash)
qstr 1043 fs/dcache.c if (qstr->len != len)
qstr 1045 fs/dcache.c if (memcmp(qstr->name, name, len))
qstr 1093 fs/dcache.c static const struct qstr name = { .name = "/", .len = 1 };
qstr 1135 fs/dcache.c static const struct qstr anonstring = { .name = "" };
qstr 1381 fs/dcache.c struct qstr *qstr;
qstr 1406 fs/dcache.c qstr = &dentry->d_name;
qstr 1408 fs/dcache.c if (parent->d_op->d_compare(parent, qstr, name))
qstr 1411 fs/dcache.c if (qstr->len != len)
qstr 1413 fs/dcache.c if (memcmp(qstr->name, str, len))
qstr 439 fs/ecryptfs/main.c sb->s_root = d_alloc(NULL, &(const struct qstr) {
qstr 1066 fs/ext4/namei.c static const struct qstr dotdot = {
qstr 576 fs/fuse/inode.c struct qstr name;
qstr 689 fs/fuse/inode.c struct qstr name;
qstr 811 fs/gfs2/dir.c struct qstr name = { .name = "", .len = 0, .hash = 0 };
qstr 841 fs/gfs2/dir.c struct qstr args;
qstr 1012 fs/gfs2/dir.c struct qstr str;
qstr 452 fs/gfs2/inode.c struct qstr qstr;
qstr 454 fs/gfs2/inode.c gfs2_str2qstr(&qstr, name);
qstr 455 fs/gfs2/inode.c inode = gfs2_lookupi(dip, &qstr, 1);
qstr 1068 fs/gfs2/inode.c struct qstr dotname;
qstr 132 fs/gfs2/ops_export.c struct qstr dotdot;
qstr 437 fs/gfs2/ops_inode.c struct qstr str;
qstr 608 fs/gfs2/ops_inode.c struct qstr dotdot;
qstr 832 fs/gfs2/ops_inode.c struct qstr name;
qstr 51 fs/gfs2/super.c struct qstr name;
qstr 74 fs/hfsplus/dir.c struct qstr str;
qstr 266 fs/hfsplus/dir.c struct qstr str;
qstr 317 fs/hfsplus/dir.c struct qstr str;
qstr 291 fs/hfsplus/super.c struct qstr str;
qstr 19 fs/hpfs/dentry.c unsigned l = qstr->len;
qstr 21 fs/hpfs/dentry.c if (l == 1) if (qstr->name[0]=='.') goto x;
qstr 22 fs/hpfs/dentry.c if (l == 2) if (qstr->name[0]=='.' || qstr->name[1]=='.') goto x;
qstr 23 fs/hpfs/dentry.c hpfs_adjust_length((char *)qstr->name, &l);
qstr 31 fs/hpfs/dentry.c hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash);
qstr 32 fs/hpfs/dentry.c qstr->hash = end_name_hash(hash);
qstr 953 fs/hugetlbfs/inode.c struct qstr quick_string;
qstr 168 fs/isofs/inode.c len = qstr->len;
qstr 169 fs/isofs/inode.c name = qstr->name;
qstr 175 fs/isofs/inode.c qstr->hash = full_name_hash(name, len);
qstr 191 fs/isofs/inode.c len = qstr->len;
qstr 192 fs/isofs/inode.c name = qstr->name;
qstr 203 fs/isofs/inode.c qstr->hash = end_name_hash(hash);
qstr 259 fs/isofs/inode.c return isofs_hash_common(dentry, qstr, 0);
qstr 265 fs/isofs/inode.c return isofs_hashi_common(dentry, qstr, 0);
qstr 284 fs/isofs/inode.c return isofs_hash_common(dentry, qstr, 1);
qstr 290 fs/isofs/inode.c return isofs_hashi_common(dentry, qstr, 1);
qstr 20 fs/isofs/namei.c struct qstr qstr;
qstr 38 fs/isofs/namei.c qstr.name = compare;
qstr 39 fs/isofs/namei.c qstr.len = dlen;
qstr 40 fs/isofs/namei.c return dentry->d_op->d_compare(dentry, &dentry->d_name, &qstr);
qstr 65 fs/libfs.c static struct qstr cursor_name = {.len = 1, .name = "."};
qstr 212 fs/libfs.c struct qstr d_name = {.name = name, .len = strlen(name)};
qstr 158 fs/msdos/namei.c error = msdos_format_name(qstr->name, qstr->len, msdos_name, options);
qstr 160 fs/msdos/namei.c qstr->hash = full_name_hash(msdos_name, MSDOS_NAME);
qstr 869 fs/namei.c struct qstr this;
qstr 1290 fs/namei.c struct qstr this;
qstr 1316 fs/namei.c struct qstr this;
qstr 560 fs/ncpfs/dir.c struct qstr qname;
qstr 1090 fs/nfs/dir.c struct qstr name = {
qstr 1312 fs/nfs/dir.c struct qstr qsilly;
qstr 141 fs/nfs/getroot.c struct qstr name;
qstr 181 fs/ntfs/namei.c struct qstr nls_name;
qstr 291 fs/ocfs2/dlm/dlmcommon.h struct qstr lockname;
qstr 165 fs/ocfs2/dlm/dlmdomain.c struct qstr *q;
qstr 427 fs/ocfs2/dlm/dlmfs.c struct qstr *domain = &dentry->d_name;
qstr 477 fs/ocfs2/dlm/dlmfs.c struct qstr *name = &dentry->d_name;
qstr 924 fs/pipe.c struct qstr name = { .name = "" };
qstr 1542 fs/proc/base.c struct qstr qname;
qstr 2550 fs/proc/base.c struct qstr name;
qstr 83 fs/proc/proc_sysctl.c struct qstr *name = &dentry->d_name;
qstr 185 fs/proc/proc_sysctl.c struct qstr qname;
qstr 384 fs/proc/proc_sysctl.c struct dentry *dentry = container_of(qstr, struct dentry, d_name);
qstr 385 fs/proc/proc_sysctl.c if (qstr->len != name->len)
qstr 387 fs/proc/proc_sysctl.c if (memcmp(qstr->name, name->name, name->len))
qstr 1943 fs/smbfs/proc.c struct qstr qname;
qstr 1952 fs/smbfs/proc.c static struct qstr mask = {
qstr 2295 fs/smbfs/proc.c struct qstr qname;
qstr 2316 fs/smbfs/proc.c static struct qstr star = {
qstr 34 fs/sysv/namei.c if (qstr->len > SYSV_NAMELEN) {
qstr 35 fs/sysv/namei.c qstr->len = SYSV_NAMELEN;
qstr 36 fs/sysv/namei.c qstr->hash = full_name_hash(qstr->name, qstr->len);
qstr 845 fs/ubifs/debug.c struct qstr nm = { .name = NULL };
qstr 365 fs/ubifs/dir.c struct qstr nm;
qstr 634 fs/ubifs/dir.c struct qstr nm = { .name = NULL };
qstr 75 fs/ubifs/replay.c struct qstr nm;
qstr 2053 fs/ubifs/tnc.c struct qstr noname = { .len = 0, .name = "" };
qstr 2379 fs/ubifs/tnc.c struct qstr nm = { .name = NULL };
qstr 302 fs/ubifs/xattr.c struct qstr nm = { .name = name, .len = strlen(name) };
qstr 365 fs/ubifs/xattr.c struct qstr nm = { .name = name, .len = strlen(name) };
qstr 428 fs/ubifs/xattr.c struct qstr nm = { .name = NULL };
qstr 528 fs/ubifs/xattr.c struct qstr nm = { .name = name, .len = strlen(name) };
qstr 52 fs/vfat/namei.c unsigned int len = qstr->len;
qstr 54 fs/vfat/namei.c while (len && qstr->name[len - 1] == '.')
qstr 67 fs/vfat/namei.c qstr->hash = full_name_hash(qstr->name, vfat_striptail_len(qstr));
qstr 84 fs/vfat/namei.c name = qstr->name;
qstr 85 fs/vfat/namei.c len = vfat_striptail_len(qstr);
qstr 90 fs/vfat/namei.c qstr->hash = end_name_hash(hash);
qstr 332 fs/xfs/linux-2.6/xfs_iops.c struct qstr dname;
qstr 94 include/linux/dcache.h struct qstr d_name;
qstr 131 include/linux/dcache.h int (*d_hash) (struct dentry *, struct qstr *);
qstr 132 include/linux/dcache.h int (*d_compare) (struct dentry *, struct qstr *, struct qstr *);
qstr 20 include/linux/namei.h struct qstr last;
qstr 130 include/linux/nfs_xdr.h const struct qstr * name;
qstr 292 include/linux/nfs_xdr.h struct qstr name;
qstr 571 include/linux/nfs_xdr.h const struct qstr * name;
qstr 604 include/linux/nfs_xdr.h const struct qstr * name;
qstr 618 include/linux/nfs_xdr.h const struct qstr * name;
qstr 662 include/linux/nfs_xdr.h const struct qstr * old_name;
qstr 663 include/linux/nfs_xdr.h const struct qstr * new_name;
qstr 729 include/linux/nfs_xdr.h const struct qstr *name;
qstr 791 include/linux/nfs_xdr.h struct qstr *, struct nfs_fh *,
qstr 797 include/linux/nfs_xdr.h int (*lookup) (struct inode *, struct qstr *,
qstr 804 include/linux/nfs_xdr.h int (*remove) (struct inode *, struct qstr *);
qstr 807 include/linux/nfs_xdr.h int (*rename) (struct inode *, struct qstr *,
qstr 808 include/linux/nfs_xdr.h struct inode *, struct qstr *);
qstr 809 include/linux/nfs_xdr.h int (*link) (struct inode *, struct inode *, struct qstr *);
qstr 813 include/linux/nfs_xdr.h int (*rmdir) (struct inode *, struct qstr *);
qstr 2537 mm/shmem.c struct qstr this;
qstr 54 mm/tiny-shmem.c struct qstr this;
qstr 375 net/socket.c struct qstr name = { .name = "" };