Searched refs:escaped_len (Results 1 – 2 of 2) sorted by relevance
153 size_t escaped_len; in ovl_xattr_escape_name() local156 escaped_len = prefix_len + OVL_XATTR_ESCAPE_PREFIX_LEN + name_len; in ovl_xattr_escape_name()157 if (escaped_len > XATTR_NAME_MAX) in ovl_xattr_escape_name()160 escaped = kmalloc(escaped_len + 1, GFP_KERNEL); in ovl_xattr_escape_name()
504 size_t escaped_len = 2; in char_to_string() local529 escaped_len = hexlen; in char_to_string()533 escaped_len = 1; in char_to_string()538 return escaped_len; in char_to_string()588 size_t escaped_len = char_to_string(ch, '"', first, &escaped_buf); in nibbles_to_string() local590 if (cur_out_len < escaped_len) { in nibbles_to_string()593 memcpy(out, escaped_buf, escaped_len); in nibbles_to_string()594 out += escaped_len; in nibbles_to_string()595 cur_out_len -= escaped_len; in nibbles_to_string()