Searched refs:fscrypt_str (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/include/linux/ |
D | fscrypt.h | 24 struct fscrypt_str { struct 31 struct fscrypt_str disk_name; argument 34 struct fscrypt_str crypto_buf; 217 struct fscrypt_str *disk_link) in fscrypt_prepare_symlink() 247 struct fscrypt_str *disk_link) in fscrypt_encrypt_symlink()
|
D | fscrypt_notsupp.h | 129 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() 134 static inline void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) in fscrypt_fname_free_buffer() 141 const struct fscrypt_str *iname, in fscrypt_fname_disk_to_usr() 142 struct fscrypt_str *oname) in fscrypt_fname_disk_to_usr() 210 struct fscrypt_str *disk_link) in __fscrypt_prepare_symlink() 218 struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink()
|
D | fscrypt_supp.h | 98 struct fscrypt_str *); 99 extern void fscrypt_fname_free_buffer(struct fscrypt_str *); 101 const struct fscrypt_str *, struct fscrypt_str *); 196 struct fscrypt_str *disk_link); 199 struct fscrypt_str *disk_link);
|
/Linux-v4.19/fs/crypto/ |
D | fname.c | 91 const struct fscrypt_str *iname, in fname_decrypt() 92 struct fscrypt_str *oname) in fname_decrypt() 209 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() 231 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) in fscrypt_fname_free_buffer() 254 const struct fscrypt_str *iname, in fscrypt_fname_disk_to_usr() 255 struct fscrypt_str *oname) in fscrypt_fname_disk_to_usr()
|
D | hooks.c | 117 struct fscrypt_str *disk_link) in __fscrypt_prepare_symlink() 159 unsigned int len, struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink() 219 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink()
|
/Linux-v4.19/fs/ext4/ |
D | dir.c | 112 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 256 struct fscrypt_str de_name = in ext4_readdir() 440 struct fscrypt_str *ent_name) in ext4_htree_store_dirent()
|
D | namei.c | 617 struct fscrypt_str fname_crypto_str = in dx_show_leaf() 638 struct fscrypt_str de_name = in dx_show_leaf() 974 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1025 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree() 1075 struct fscrypt_str tmp_str; in ext4_htree_fill_tree() 3059 struct fscrypt_str disk_link; in ext4_symlink()
|
D | ext4.h | 2056 struct fscrypt_str disk_name; 2059 struct fscrypt_str crypto_buf; 2348 struct fscrypt_str *ent_name);
|
D | inline.c | 1342 struct fscrypt_str tmp_str; in htree_inlinedir_to_tree()
|
/Linux-v4.19/fs/f2fs/ |
D | dir.c | 780 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() 785 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 844 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
D | inline.c | 647 struct fscrypt_str *fstr) in f2fs_read_inline_dir()
|
D | namei.c | 562 struct fscrypt_str disk_link; in f2fs_symlink()
|
D | f2fs.h | 2784 unsigned int start_pos, struct fscrypt_str *fstr); 3290 struct fscrypt_str *fstr);
|
/Linux-v4.19/fs/ubifs/ |
D | dir.c | 511 struct fscrypt_str fstr = {0}; in ubifs_readdir() 1127 struct fscrypt_str disk_link; in ubifs_symlink()
|