Searched refs:qstr (Results 1 - 25 of 77) sorted by last modified time

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dinode.c342 struct qstr qname;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon.c2147 struct qstr this;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Ddir.c116 adfs_match(struct qstr *name, struct object_info *obj)
141 adfs_dir_lookup_byname(struct inode *inode, struct qstr *name, struct object_info *obj)
205 adfs_hash(struct dentry *parent, struct qstr *qstr) argument
212 if (qstr->len < name_len)
219 qstr->len = i = name_len;
220 name = qstr->name;
231 qstr->hash = end_name_hash(hash);
241 adfs_compare(struct dentry *parent, struct qstr *entry, struct qstr *nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dnamei.c16 static int affs_hash_dentry(struct dentry *, struct qstr *);
17 static int affs_compare_dentry(struct dentry *, struct qstr *, struct qstr *);
19 static int affs_intl_hash_dentry(struct dentry *, struct qstr *);
20 static int affs_intl_compare_dentry(struct dentry *, struct qstr *, struct qstr *);
61 __affs_hash_dentry(struct dentry *dentry, struct qstr *qstr, toupper_t toupper) argument
63 const u8 *name = qstr->name;
67 i = affs_check_name(qstr
81 affs_hash_dentry(struct dentry *dentry, struct qstr *qstr) argument
86 affs_intl_hash_dentry(struct dentry *dentry, struct qstr *qstr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Danon_inodes.c77 struct qstr this;
H A Ddcache.c889 * @name: qstr of the name
896 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name)
956 struct qstr q;
1021 struct qstr *qstr = &alias->d_name; local
1023 if (qstr->hash != hash)
1027 if (qstr->len != len)
1029 if (memcmp(qstr->name, name, len))
1077 static const struct qstr name = { .name = "/", .len = 1 };
1119 static const struct qstr anonstrin
1264 struct qstr *qstr; local
[all...]
H A Dpipe.c895 struct qstr name = { .name = "" };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dautofs_i.h131 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *,struct qstr *);
156 int autofs_wait(struct autofs_sb_info *,struct qstr *);
H A Ddirhash.c111 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *dh, struct qstr *name)
H A Dwaitq.c103 int autofs_wait(struct autofs_sb_info *sbi, struct qstr *name)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Droot.c498 static struct dentry *autofs4_lookup_unhashed(struct autofs_sb_info *sbi, struct dentry *parent, struct qstr *name)
511 struct qstr *qstr; local
522 qstr = &dentry->d_name;
529 if (qstr->len != len)
531 if (memcmp(qstr->name, str, len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Ddir.c567 static int cifs_ci_hash(struct dentry *dentry, struct qstr *q)
582 static int cifs_ci_compare(struct dentry *dentry, struct qstr *a,
583 struct qstr *b)
H A Dreaddir.c61 static int construct_dentry(struct qstr *qstring, struct file *file,
738 static int cifs_get_name_from_search_buf(struct qstr *pqst,
820 struct qstr qstring;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Ddir.c512 struct qstr name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Ddir.c497 struct qstr name;
1085 struct qstr name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c423 sb->s_root = d_alloc(NULL, &(const struct qstr) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dnamei.c181 struct qstr nls_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmcommon.h245 struct qstr lockname;
H A Ddlmdomain.c145 struct qstr *q;
H A Ddlmfs.c417 struct qstr *domain = &dentry->d_name;
466 struct qstr *name = &dentry->d_name;
H A Duserdlm.c648 struct dlm_ctxt *user_dlm_register_context(struct qstr *name)
H A Duserdlm.h86 struct dlm_ctxt *user_dlm_register_context(struct qstr *name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c1223 struct qstr qname;
2125 struct qstr name;
H A Dproc_sysctl.c71 struct qstr *name)
115 struct qstr *name,
125 struct qstr *name,
253 struct qstr qname;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dxattr.c1169 xattr_lookup_poison(struct dentry *dentry, struct qstr *q1, struct qstr *name)

Completed in 212 milliseconds

1234