Searched refs:escaped_len (Results 1 – 1 of 1) sorted by relevance
161 size_t escaped_len; in ovl_xattr_escape_name() local164 escaped_len = prefix_len + OVL_XATTR_ESCAPE_PREFIX_LEN + name_len; in ovl_xattr_escape_name()165 if (escaped_len > XATTR_NAME_MAX) in ovl_xattr_escape_name()168 escaped = kmalloc(escaped_len + 1, GFP_KERNEL); in ovl_xattr_escape_name()