Lines Matching refs:qstr
1545 struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name) in __d_alloc()
1616 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc()
1644 struct dentry *d_alloc_pseudo(struct super_block *sb, const struct qstr *name) in d_alloc_pseudo()
1652 struct qstr q; in d_alloc_name()
1893 static const struct qstr name = QSTR_INIT("/", 1); in d_make_root()
1936 static const struct qstr anonstring = QSTR_INIT("/", 1); in __d_obtain_alias()
2051 struct qstr *name) in d_add_ci()
2103 const struct qstr *name) in slow_dentry_cmp()
2147 const struct qstr *name, in __d_lookup_rcu()
2234 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name) in d_lookup()
2264 struct dentry *__d_lookup(const struct dentry *parent, const struct qstr *name) in __d_lookup()
2342 struct dentry *d_hash_and_lookup(struct dentry *dir, struct qstr *name) in d_hash_and_lookup()
2454 void dentry_update_name_case(struct dentry *dentry, struct qstr *name) in dentry_update_name_case()
2852 static int prepend_name(char **buffer, int *buflen, struct qstr *name) in prepend_name()