Searched refs:fscrypt_str (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/include/linux/ |
D | fscrypt.h | 24 struct fscrypt_str { struct 31 struct fscrypt_str disk_name; argument 34 struct fscrypt_str crypto_buf; 223 struct fscrypt_str *disk_link) in fscrypt_prepare_symlink() 253 struct fscrypt_str *disk_link) in fscrypt_encrypt_symlink()
|
D | fscrypt_supp.h | 127 struct fscrypt_str *); 128 extern void fscrypt_fname_free_buffer(struct fscrypt_str *); 130 const struct fscrypt_str *, struct fscrypt_str *); 227 struct fscrypt_str *disk_link); 230 struct fscrypt_str *disk_link);
|
D | fscrypt_notsupp.h | 134 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() 139 static inline void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) in fscrypt_fname_free_buffer() 146 const struct fscrypt_str *iname, in fscrypt_fname_disk_to_usr() 147 struct fscrypt_str *oname) in fscrypt_fname_disk_to_usr() 216 struct fscrypt_str *disk_link) in __fscrypt_prepare_symlink() 224 struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink()
|
/linux-4.19.296/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 | 127 struct fscrypt_str *disk_link) in __fscrypt_prepare_symlink() 169 unsigned int len, struct fscrypt_str *disk_link) in __fscrypt_encrypt_symlink() 229 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink()
|
/linux-4.19.296/fs/ext4/ |
D | dir.c | 116 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 262 struct fscrypt_str de_name = in ext4_readdir() 446 struct fscrypt_str *ent_name) in ext4_htree_store_dirent()
|
D | namei.c | 649 struct fscrypt_str fname_crypto_str = in dx_show_leaf() 670 struct fscrypt_str de_name = in dx_show_leaf() 1025 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1076 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree() 1126 struct fscrypt_str tmp_str; in ext4_htree_fill_tree() 3185 struct fscrypt_str disk_link; in ext4_symlink()
|
D | ext4.h | 2095 struct fscrypt_str disk_name; 2098 struct fscrypt_str crypto_buf; 2419 struct fscrypt_str *ent_name);
|
D | inline.c | 1371 struct fscrypt_str tmp_str; in htree_inlinedir_to_tree()
|
/linux-4.19.296/fs/f2fs/ |
D | dir.c | 784 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() 789 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 860 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
D | inline.c | 662 struct fscrypt_str *fstr) in f2fs_read_inline_dir()
|
D | namei.c | 567 struct fscrypt_str disk_link; in f2fs_symlink()
|
D | f2fs.h | 2824 unsigned int start_pos, struct fscrypt_str *fstr); 3332 struct fscrypt_str *fstr);
|
/linux-4.19.296/fs/ubifs/ |
D | dir.c | 526 struct fscrypt_str fstr = {0}; in ubifs_readdir() 1143 struct fscrypt_str disk_link; in ubifs_symlink()
|