Lines Matching refs:elen
268 int elen;
287 elen = d_name->len;
298 elen = -ENAMETOOLONG;
306 elen = -ENOMEM;
312 elen = ret;
331 elen = ceph_base64_encode(cryptbuf, len, buf);
332 dout("base64-encoded ciphertext name = %.*s\n", elen, buf);
335 WARN_ON(elen > 240);
336 if ((elen > 0) && (dir != parent)) {
339 elen = snprintf(tmp_buf, sizeof(tmp_buf), "_%.*s_%ld",
340 elen, buf, dir->i_ino);
341 memcpy(buf, tmp_buf, elen);
352 return elen;