Searched refs:fscrypt_fname_encrypt (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/crypto/ |
| H A D | fname.c | 94 int fscrypt_fname_encrypt(const struct inode *inode, const struct qstr *iname, in fscrypt_fname_encrypt() function 125 EXPORT_SYMBOL_GPL(fscrypt_fname_encrypt); 369 ret = fscrypt_fname_encrypt(dir, iname, fname->crypto_buf.name, in fscrypt_setup_filename()
|
| H A D | hooks.c | 312 err = fscrypt_fname_encrypt(inode, &iname, sd->encrypted_path, in __fscrypt_encrypt_symlink()
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 246 ret = fscrypt_fname_encrypt(dir, in ceph_encode_encrypted_dname()
|
| H A D | mds_client.c | 2670 ret = fscrypt_fname_encrypt(dir, name, cryptbuf, len); in get_fscrypt_altname()
|
| /linux/include/linux/ |
| H A D | fscrypt.h | 428 int fscrypt_fname_encrypt(const struct inode *inode, const struct qstr *iname,
|