Searched refs:fscrypt_fname_encrypted_size (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/crypto/ |
| H A D | fname.c | 293 bool fscrypt_fname_encrypted_size(const struct inode *inode, u32 orig_len, in fscrypt_fname_encrypted_size() function 300 EXPORT_SYMBOL_GPL(fscrypt_fname_encrypted_size); 457 if (!fscrypt_fname_encrypted_size(dir, iname->len, NAME_MAX, in fscrypt_setup_filename()
|
| /linux-6.15/fs/ceph/ |
| H A D | crypto.c | 300 if (!fscrypt_fname_encrypted_size(dir, iname.len, NAME_MAX, &len)) { in ceph_encode_encrypted_dname()
|
| H A D | mds_client.c | 2648 if (!fscrypt_fname_encrypted_size(dir, name->len, NAME_MAX, &len)) { in get_fscrypt_altname()
|
| /linux-6.15/include/linux/ |
| H A D | fscrypt.h | 395 bool fscrypt_fname_encrypted_size(const struct inode *inode, u32 orig_len,
|