Searched refs:fscrypt_name (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.1/include/linux/ |
D | fscrypt.h | 43 struct fscrypt_name { struct 331 int lookup, struct fscrypt_name *fname); 333 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 345 bool fscrypt_match_name(const struct fscrypt_name *fname, 363 struct fscrypt_name *fname); 585 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 597 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 621 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() 681 struct fscrypt_name *fname) in __fscrypt_prepare_lookup() 942 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
|
/Linux-v6.1/fs/ext4/ |
D | crypto.c | 11 const struct fscrypt_name *src) in ext4_fname_from_fscrypt_name() 25 struct fscrypt_name name; in ext4_fname_setup_filename() 43 struct fscrypt_name name; in ext4_fname_prepare_lookup() 60 struct fscrypt_name name; in ext4_fname_free_filename()
|
D | namei.c | 1471 struct fscrypt_name f; in ext4_match()
|
/Linux-v6.1/fs/ubifs/ |
D | dir.c | 185 const struct fscrypt_name *nm) in dbg_check_name() 204 struct fscrypt_name nm; in ubifs_lookup() 278 struct fscrypt_name *nm) in ubifs_prepare_create() 294 struct fscrypt_name nm; in ubifs_create() 361 struct fscrypt_name nm; in create_whiteout() 440 struct fscrypt_name nm; in ubifs_tmpfile() 563 struct fscrypt_name nm; in ubifs_readdir() 736 struct fscrypt_name nm; in ubifs_link() 809 struct fscrypt_name nm; in ubifs_unlink() 889 struct fscrypt_name nm = { 0 }; in ubifs_check_dir_empty() [all …]
|
D | key.h | 148 const struct fscrypt_name *nm) in dent_key_init() 183 const struct fscrypt_name *nm) in dent_key_init_flash() 217 const struct fscrypt_name *nm) in xent_key_init() 234 ino_t inum, const struct fscrypt_name *nm) in xent_key_init_flash()
|
D | xattr.c | 82 const struct fscrypt_name *nm, const void *value, int size) in create_xattr() 268 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set() 331 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get() 404 struct fscrypt_name nm = {0}; in ubifs_listxattr() 462 struct inode *inode, const struct fscrypt_name *nm) in remove_xattr() 508 struct fscrypt_name nm = {0}; in ubifs_purge_xattrs() 599 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
|
D | ubifs.h | 1796 const struct fscrypt_name *nm, const struct inode *inode, 1804 const struct fscrypt_name *fst_nm, 1807 const struct fscrypt_name *snd_nm, int sync); 1810 const struct fscrypt_name *old_nm, 1813 const struct fscrypt_name *new_nm, 1818 const struct inode *inode, const struct fscrypt_name *nm); 1853 void *node, const struct fscrypt_name *nm); 1864 const struct fscrypt_name *nm); 1867 const struct fscrypt_name *nm); 1875 const struct fscrypt_name *nm);
|
D | tnc.c | 531 const struct fscrypt_name *nm) in matches_name() 701 const struct fscrypt_name *nm) in resolve_collision() 819 const struct fscrypt_name *nm) in fallible_matches_name() 890 const struct fscrypt_name *nm, in fallible_resolve_collision() 1809 void *node, const struct fscrypt_name *nm) in do_lookup_nm() 1857 void *node, const struct fscrypt_name *nm) in ubifs_tnc_lookup_nm() 2410 const struct fscrypt_name *nm) in ubifs_tnc_add_nm() 2476 struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; in ubifs_tnc_add_nm() 2646 const struct fscrypt_name *nm) in ubifs_tnc_remove_nm() 2869 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino() [all …]
|
D | journal.c | 539 const struct fscrypt_name *nm, const struct inode *inode, in ubifs_jnl_update() 880 struct fscrypt_name nm = {0}; in ubifs_jnl_write_inode() 1053 const struct fscrypt_name *fst_nm, in ubifs_jnl_xrename() 1056 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename() 1216 const struct fscrypt_name *old_nm, in ubifs_jnl_rename() 1219 const struct fscrypt_name *new_nm, in ubifs_jnl_rename() 1715 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr()
|
D | orphan.c | 161 struct fscrypt_name nm = {0}; in ubifs_add_orphan()
|
D | replay.c | 55 struct fscrypt_name nm;
|
D | debug.c | 227 struct fscrypt_name nm = {0}; in ubifs_dump_inode() 1129 struct fscrypt_name nm = {0}; in dbg_check_dir()
|
/Linux-v6.1/fs/crypto/ |
D | fname.c | 445 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 450 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename() 536 bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
|
D | hooks.c | 98 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
|
/Linux-v6.1/fs/f2fs/ |
D | dir.c | 108 const struct fscrypt_name *crypt_name, in __f2fs_setup_filename() 143 struct fscrypt_name crypt_name; in f2fs_setup_filename() 162 struct fscrypt_name crypt_name; in f2fs_prepare_lookup() 268 struct fscrypt_name f; in f2fs_match_name()
|