Home
last modified time | relevance | path

Searched refs:fscrypt_fname_encrypt (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/crypto/
H A Dfname.c92 int fscrypt_fname_encrypt(const struct inode *inode, const struct qstr *iname, in fscrypt_fname_encrypt() function
135 EXPORT_SYMBOL_GPL(fscrypt_fname_encrypt);
465 ret = fscrypt_fname_encrypt(dir, iname, fname->crypto_buf.name, in fscrypt_setup_filename()
H A Dhooks.c310 err = fscrypt_fname_encrypt(inode, &iname, sd->encrypted_path, in __fscrypt_encrypt_symlink()
/linux-6.15/fs/ceph/
H A Dcrypto.c313 ret = fscrypt_fname_encrypt(dir, &iname, cryptbuf, len); in ceph_encode_encrypted_dname()
H A Dmds_client.c2663 ret = fscrypt_fname_encrypt(dir, name, cryptbuf, len); in get_fscrypt_altname()
/linux-6.15/include/linux/
H A Dfscrypt.h393 int fscrypt_fname_encrypt(const struct inode *inode, const struct qstr *iname,