Searched refs:fscrypt_fname_encrypted_size (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/fs/ceph/ |
H A D | crypto.c | 297 if (!fscrypt_fname_encrypted_size(dir, iname.len, NAME_MAX, &len)) { in ceph_encode_encrypted_dname()
|
H A D | mds_client.c | 2557 if (!fscrypt_fname_encrypted_size(dir, dentry->d_name.len, NAME_MAX, in get_fscrypt_altname()
|
/openbmc/linux/include/linux/ |
H A D | fscrypt.h | 336 bool fscrypt_fname_encrypted_size(const struct inode *inode, u32 orig_len,
|