Searched refs:BASE64_CHARS (Results 1 – 4 of 4) sorted by relevance
17 #define BASE64_CHARS(nbytes) DIV_ROUND_UP((nbytes) * 4, 3) macro
75 BASE64_CHARS(FSCRYPT_NOKEY_NAME_MAX)
377 char tmp_buf[BASE64_CHARS(NAME_MAX)]; in ceph_fname_to_usr()
1001 req->r_path2 = kmalloc(BASE64_CHARS(osd_link.len) + 1, GFP_KERNEL); in prep_encrypted_symlink_target()