Searched refs:qstr (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | unicode.h | 13 int utf8_validate(const struct unicode_map *um, const struct qstr *str); 16 const struct qstr *s1, const struct qstr *s2); 19 const struct qstr *s1, const struct qstr *s2); 21 const struct qstr *cf, 22 const struct qstr *s1); 24 int utf8_normalize(const struct unicode_map *um, const struct qstr *str, 27 int utf8_casefold(const struct unicode_map *um, const struct qstr *str, 31 struct qstr *str);
|
D | dcache.h | 49 struct qstr { struct 61 extern const struct qstr empty_name; argument 62 extern const struct qstr slash_name; 63 extern const struct qstr dotdot_name; 98 struct qstr d_name; 144 int (*d_hash)(const struct dentry *, struct qstr *); 146 unsigned int, const char *, const struct qstr *); 249 extern struct dentry * d_alloc(struct dentry *, const struct qstr *); 251 extern struct dentry * d_alloc_parallel(struct dentry *, const struct qstr *, 254 extern struct dentry * d_add_ci(struct dentry *, struct inode *, struct qstr *); [all …]
|
D | namei.h | 60 struct dentry *lookup_one_qstr_excl(const struct qstr *name, 70 struct path *parent, struct qstr *last, int *type,
|
D | fsnotify_backend.h | 151 const struct qstr *file_name, u32 cookie, 155 const struct qstr *file_name, u32 cookie); 413 struct inode *dir, const struct qstr *name, 592 struct inode *dir, const struct qstr *name, in fsnotify()
|
D | security.h | 48 struct qstr; 322 const struct qstr *name, 326 struct qstr *name, 334 const struct qstr *qstr, 337 const struct qstr *name, 340 const struct qstr *qstr, const char **name, 746 const struct qstr *name, in security_dentry_init_security() 755 int mode, struct qstr *name, in security_dentry_create_files_as() 765 const struct qstr *qstr, in security_inode_init_security() argument 773 const struct qstr *name, in security_inode_init_security_anon() [all …]
|
D | fsnotify.h | 31 const struct qstr *name, u32 cookie) in fsnotify_name() 161 const struct qstr *old_name, in fsnotify_move() 169 const struct qstr *new_name = &moved->d_name; in fsnotify_move()
|
D | nfs_xdr.h | 473 const struct qstr * name; 707 struct qstr name; 724 const struct qstr *old_name; 725 const struct qstr *new_name; 1030 const struct qstr * name; 1076 const struct qstr * name; 1092 const struct qstr * name; 1233 const struct qstr *name; 1259 const struct qstr *name; 1764 int (*link) (struct inode *, struct inode *, const struct qstr *); [all …]
|
D | fscrypt.h | 33 const struct qstr *usr_fname; 315 int fscrypt_setup_filename(struct inode *inode, const struct qstr *iname, 332 u64 fscrypt_fname_siphash(const struct inode *dir, const struct qstr *name); 542 const struct qstr *iname, in fscrypt_setup_filename() 589 const struct qstr *name) in fscrypt_fname_siphash()
|
D | lsm_hook_defs.h | 86 int mode, const struct qstr *name, const char **xattr_name, 89 struct qstr *name, const struct cred *old, struct cred *new) 117 struct inode *dir, const struct qstr *qstr, const char **name, 120 const struct qstr *name, const struct inode *context_inode)
|
/include/trace/events/ |
D | afs.h | 827 const struct qstr *name), 864 const struct qstr *name, const struct qstr *name2), 1080 TP_PROTO(struct afs_vnode *dvnode, const struct qstr *name,
|