Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dnls.c620 lossy |= NLS_NAME_OVERLEN; in exfat_nls_to_ucs2()
H A Dexfat_fs.h33 NLS_NAME_OVERLEN = 1 << 1, /* the length is over than its limit */ enumerator
H A Dnamei.c466 return (lossy & NLS_NAME_OVERLEN) ? -ENAMETOOLONG : -EINVAL; in __exfat_resolve_path()