Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Dxattrs.c161 size_t escaped_len; in ovl_xattr_escape_name() local
164 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()