Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbase64.h17 #define BASE64_CHARS(nbytes) DIV_ROUND_UP((nbytes) * 4, 3) macro
/linux/fs/ceph/
H A Ddir.c1003 req->r_path2 = kmalloc(BASE64_CHARS(osd_link.len) + 1, GFP_KERNEL); in prep_encrypted_symlink_target()