Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dxattrs.c153 size_t escaped_len; in ovl_xattr_escape_name() local
156 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()
/linux/tools/perf/util/
H A Ddemangle-rust-v0.c504 size_t escaped_len = 2; in char_to_string() local
529 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() local
590 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()