Home
last modified time | relevance | path

Searched refs:CEPH_BASE64_CHARS (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ceph/
H A Dcrypto.h92 #define CEPH_BASE64_CHARS(nbytes) DIV_ROUND_UP((nbytes) * 4, 3) macro
H A Dcrypto.c455 char tmp_buf[CEPH_BASE64_CHARS(NAME_MAX)]; in ceph_fname_to_usr()
H A Ddir.c1002 req->r_path2 = kmalloc(CEPH_BASE64_CHARS(osd_link.len) + 1, GFP_KERNEL); in prep_encrypted_symlink_target()