/Linux-v4.19/include/linux/ |
D | fscrypt_notsupp.h | 110 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 115 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename() 122 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 147 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
|
D | fscrypt_supp.h | 90 int lookup, struct fscrypt_name *); 92 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 158 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
|
D | fscrypt.h | 29 struct fscrypt_name { struct
|
/Linux-v4.19/fs/ubifs/ |
D | key.h | 160 const struct fscrypt_name *nm) in dent_key_init() 196 const struct fscrypt_name *nm) in dent_key_init_flash() 230 const struct fscrypt_name *nm) in xent_key_init() 247 ino_t inum, const struct fscrypt_name *nm) in xent_key_init_flash()
|
D | dir.c | 200 const struct fscrypt_name *nm) in dbg_check_name() 219 struct fscrypt_name nm; in ubifs_lookup() 301 struct fscrypt_name nm; in ubifs_create() 371 struct fscrypt_name nm; in do_tmpfile() 510 struct fscrypt_name nm; in ubifs_readdir() 709 struct fscrypt_name nm; in ubifs_link() 782 struct fscrypt_name nm; in ubifs_unlink() 864 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty() 889 struct fscrypt_name nm; in ubifs_rmdir() 966 struct fscrypt_name nm; in ubifs_mkdir() [all …]
|
D | ubifs.h | 1532 const struct fscrypt_name *nm, const struct inode *inode, 1540 const struct fscrypt_name *fst_nm, 1543 const struct fscrypt_name *snd_nm, int sync); 1546 const struct fscrypt_name *old_nm, 1549 const struct fscrypt_name *new_nm, 1554 const struct inode *inode, const struct fscrypt_name *nm); 1589 void *node, const struct fscrypt_name *nm); 1599 int lnum, int offs, int len, const struct fscrypt_name *nm); 1602 const struct fscrypt_name *nm); 1610 const struct fscrypt_name *nm);
|
D | xattr.c | 100 const struct fscrypt_name *nm, const void *value, int size) in create_xattr() 288 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set() 349 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get() 422 struct fscrypt_name nm = {0}; in ubifs_listxattr() 470 struct inode *inode, const struct fscrypt_name *nm) in remove_xattr() 536 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
|
D | tnc.c | 539 const struct fscrypt_name *nm) in matches_name() 709 const struct fscrypt_name *nm) in resolve_collision() 827 const struct fscrypt_name *nm) in fallible_matches_name() 898 const struct fscrypt_name *nm, in fallible_resolve_collision() 1811 void *node, const struct fscrypt_name *nm) in do_lookup_nm() 1859 void *node, const struct fscrypt_name *nm) in ubifs_tnc_lookup_nm() 2402 const struct fscrypt_name *nm) in ubifs_tnc_add_nm() 2466 struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; in ubifs_tnc_add_nm() 2636 const struct fscrypt_name *nm) in ubifs_tnc_remove_nm() 2859 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino() [all …]
|
D | journal.c | 540 const struct fscrypt_name *nm, const struct inode *inode, in ubifs_jnl_update() 950 const struct fscrypt_name *fst_nm, in ubifs_jnl_xrename() 953 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename() 1090 const struct fscrypt_name *old_nm, in ubifs_jnl_rename() 1093 const struct fscrypt_name *new_nm, in ubifs_jnl_rename() 1496 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr()
|
D | replay.c | 64 struct fscrypt_name nm;
|
D | debug.c | 237 struct fscrypt_name nm = {0}; in ubifs_dump_inode() 1114 struct fscrypt_name nm = {0}; in dbg_check_dir()
|
/Linux-v4.19/fs/f2fs/ |
D | dir.c | 88 struct fscrypt_name *fname, in find_in_block() 107 struct f2fs_dir_entry *f2fs_find_target_dentry(struct fscrypt_name *fname, in f2fs_find_target_dentry() 152 struct fscrypt_name *fname, in find_in_level() 204 struct fscrypt_name *fname, struct page **res_page) in __f2fs_find_entry() 254 struct fscrypt_name fname; in f2fs_find_entry() 588 int f2fs_add_dentry(struct inode *dir, struct fscrypt_name *fname, in f2fs_add_dentry() 615 struct fscrypt_name fname; in f2fs_do_add_link()
|
D | hash.c | 74 struct fscrypt_name *fname) in f2fs_dentry_hash()
|
D | recovery.c | 115 struct fscrypt_name fname; in recover_dentry() 135 memset(&fname, 0, sizeof(struct fscrypt_name)); in recover_dentry()
|
D | f2fs.h | 2780 struct f2fs_dir_entry *f2fs_find_target_dentry(struct fscrypt_name *fname, 2795 struct fscrypt_name *fname, struct page **res_page); 2809 int f2fs_add_dentry(struct inode *dir, struct fscrypt_name *fname, 2841 struct fscrypt_name *fname); 3279 struct fscrypt_name *fname, struct page **res_page);
|
D | inline.c | 311 struct fscrypt_name *fname, struct page **res_page) in f2fs_find_in_inline_dir()
|
/Linux-v4.19/fs/crypto/ |
D | fname.c | 320 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 325 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename()
|
/Linux-v4.19/fs/ext4/ |
D | ext4.h | 2296 struct fscrypt_name name; in ext4_fname_setup_filename() 2313 struct fscrypt_name name; in ext4_fname_free_filename()
|
D | namei.c | 1262 struct fscrypt_name f; in ext4_match()
|