Home
last modified time | relevance | path

Searched refs:declen (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/ceph/
Dcrypto.c432 int declen; in ceph_fname_to_usr() local
441 declen = ceph_base64_decode(name, name_len, tname->name); in ceph_fname_to_usr()
442 if (declen <= 0) { in ceph_fname_to_usr()
447 iname.len = declen; in ceph_fname_to_usr()
Dinode.c907 int declen; in decode_encrypted_symlink() local
914 declen = ceph_base64_decode(encsym, enclen, sym); in decode_encrypted_symlink()
915 if (declen < 0) { in decode_encrypted_symlink()
918 declen, enclen, encsym); in decode_encrypted_symlink()
922 sym[declen + 1] = '\0'; in decode_encrypted_symlink()
924 return declen; in decode_encrypted_symlink()