Searched defs:qstr (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Ddcache.h35 struct qstr { struct
94 struct qstr d_name;
134 struct qstr *);
137 unsigned int, const char *, const struct qstr *);
213 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
214 extern struct dentry * d_alloc_pseudo(struct super_block *, const struct qstr *);
216 extern struct dentry * d_add_ci(struct dentry *, struct inode *, struct qstr *);
273 extern void dentry_update_name_case(struct dentry *, struct qstr *);
280 extern struct dentry *d_lookup(struct dentry *, struct qstr *);
281 extern struct dentry *d_hash_and_lookup(struct dentry *, struct qstr *);
[all...]
H A Dsecurity.h44 struct qstr;
333 * @qstr contains the last path component of the new object
1447 const struct qstr *qstr, char **name,
1710 const struct qstr *qstr,
1713 const struct qstr *qstr, char **name,
2011 const struct qstr *qstr,
2009 security_inode_init_security(struct inode *inode, struct inode *dir, const struct qstr *qstr, const initxattrs initxattrs, void *fs_data) argument
2018 security_old_inode_init_security(struct inode *inode, struct inode *dir, const struct qstr *qstr, char **name, void **value, size_t *len) argument
[all...]

Completed in 78 milliseconds