Searched defs:qstr (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | dcache.h | 25 struct qstr { struct 26 const unsigned char * name; 27 unsigned int len; 28 unsigned int hash;
|
/linux-2.4.37.9/fs/isofs/ |
D | inode.c | 126 isofs_hash_common(struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hash_common() 147 isofs_hashi_common(struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hashi_common() 220 isofs_hash(struct dentry *dentry, struct qstr *qstr) in isofs_hash() 226 isofs_hashi(struct dentry *dentry, struct qstr *qstr) in isofs_hashi() 245 isofs_hash_ms(struct dentry *dentry, struct qstr *qstr) in isofs_hash_ms() 251 isofs_hashi_ms(struct dentry *dentry, struct qstr *qstr) in isofs_hashi_ms()
|
D | namei.c | 29 struct qstr qstr; in isofs_cmp() local
|
/linux-2.4.37.9/fs/affs/ |
D | namei.c | 73 __affs_hash_dentry(struct dentry *dentry, struct qstr *qstr, toupper_t toupper) in __affs_hash_dentry() 93 affs_hash_dentry(struct dentry *dentry, struct qstr *qstr) in affs_hash_dentry() 98 affs_intl_hash_dentry(struct dentry *dentry, struct qstr *qstr) in affs_intl_hash_dentry()
|
/linux-2.4.37.9/fs/hpfs/ |
D | dentry.c | 15 int hpfs_hash_dentry(struct dentry *dentry, struct qstr *qstr) in hpfs_hash_dentry()
|
/linux-2.4.37.9/fs/umsdos/ |
D | dir.c | 583 struct qstr qstr; in umsdos_covered() local 616 struct qstr qstr; in umsdos_lookup_dentry() local
|
/linux-2.4.37.9/fs/adfs/ |
D | dir.c | 202 adfs_hash(struct dentry *parent, struct qstr *qstr) in adfs_hash()
|
/linux-2.4.37.9/fs/sysv/ |
D | namei.c | 43 static int sysv_hash(struct dentry *dentry, struct qstr *qstr) in sysv_hash()
|
/linux-2.4.37.9/fs/minix/ |
D | namei.c | 35 static int minix_hash(struct dentry *dentry, struct qstr *qstr) in minix_hash()
|
/linux-2.4.37.9/fs/vfat/ |
D | namei.c | 207 static int vfat_hash(struct dentry *dentry, struct qstr *qstr) in vfat_hash() 228 static int vfat_hashi(struct dentry *dentry, struct qstr *qstr) in vfat_hashi()
|
/linux-2.4.37.9/fs/msdos/ |
D | namei.c | 161 static int msdos_hash(struct dentry *dentry, struct qstr *qstr) in msdos_hash()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | pci_hotplug_core.c | 464 struct qstr qstr; in pcihpfs_create_by_name() local
|