Searched refs:fscrypt_str (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | fscrypt.h | 27 struct fscrypt_str { struct 34 struct fscrypt_str disk_name; argument 37 struct fscrypt_str crypto_buf; 220 struct fscrypt_str *crypto_str); 221 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str); 224 const struct fscrypt_str *iname, 225 struct fscrypt_str *oname); 249 struct fscrypt_str *disk_link); 251 unsigned int len, struct fscrypt_str *disk_link); 459 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() [all …]
|
| /kernel/linux/linux-5.10/fs/crypto/ |
| D | fname.c | 141 const struct fscrypt_str *iname, in fname_decrypt() 142 struct fscrypt_str *oname) in fname_decrypt() 264 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() 285 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) in fscrypt_fname_free_buffer() 317 const struct fscrypt_str *iname, in fscrypt_fname_disk_to_usr() 318 struct fscrypt_str *oname) in fscrypt_fname_disk_to_usr()
|
| D | hooks.c | 192 struct fscrypt_str *disk_link) in fscrypt_prepare_symlink() 236 unsigned int len, struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink() 310 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink()
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| D | dir.c | 468 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 469 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() 627 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() 932 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() 937 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 1025 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
| D | f2fs.h | 467 struct fscrypt_str disk_name; 477 struct fscrypt_str crypto_buf; 486 struct fscrypt_str cf_name; 3225 unsigned int start_pos, struct fscrypt_str *fstr); 3247 const struct fscrypt_str *name, f2fs_hash_t name_hash, 3829 struct fscrypt_str *fstr);
|
| D | inline.c | 734 struct fscrypt_str *fstr) in f2fs_read_inline_dir()
|
| D | namei.c | 658 struct fscrypt_str disk_link; in f2fs_symlink()
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | dir.c | 119 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 264 struct fscrypt_str de_name = in ext4_readdir() 446 struct fscrypt_str *ent_name) in ext4_htree_store_dirent()
|
| D | namei.c | 663 struct fscrypt_str fname_crypto_str = in dx_show_leaf() 684 struct fscrypt_str de_name = in dx_show_leaf() 1038 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1088 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree() 1136 struct fscrypt_str tmp_str; in ext4_htree_fill_tree() 1360 struct fscrypt_str *cf_name) in ext4_fname_setup_ci_filename() 3389 struct fscrypt_str disk_link; in ext4_symlink()
|
| D | ext4.h | 2347 struct fscrypt_str disk_name; 2350 struct fscrypt_str crypto_buf; 2353 struct fscrypt_str cf_name; 2590 struct fscrypt_str *fname); 2706 struct fscrypt_str *ent_name);
|
| D | inline.c | 1362 struct fscrypt_str tmp_str; in ext4_inlinedir_to_tree()
|
| /kernel/linux/linux-5.10/fs/ubifs/ |
| D | dir.c | 559 struct fscrypt_str fstr = {0}; in ubifs_readdir() 1146 struct fscrypt_str disk_link; in ubifs_symlink()
|