Lines Matching refs:qstr
97 static unsigned int vfat_striptail_len(const struct qstr *qstr) in vfat_striptail_len() argument
99 return __vfat_striptail_len(qstr->len, qstr->name); in vfat_striptail_len()
108 static int vfat_hash(const struct dentry *dentry, struct qstr *qstr) in vfat_hash() argument
110 qstr->hash = full_name_hash(qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
120 static int vfat_hashi(const struct dentry *dentry, struct qstr *qstr) in vfat_hashi() argument
127 name = qstr->name; in vfat_hashi()
128 len = vfat_striptail_len(qstr); in vfat_hashi()
133 qstr->hash = end_name_hash(hash); in vfat_hashi()
142 unsigned int len, const char *str, const struct qstr *name) in vfat_cmpi()
161 unsigned int len, const char *str, const struct qstr *name) in vfat_cmp()
655 static int vfat_add_entry(struct inode *dir, struct qstr *qname, int is_dir, in vfat_add_entry()
691 static int vfat_find(struct inode *dir, struct qstr *qname, in vfat_find()