Searched refs:NLS_NAME_OVERLEN (Results 1 – 3 of 3) sorted by relevance
620 lossy |= NLS_NAME_OVERLEN; in exfat_nls_to_ucs2()
34 NLS_NAME_OVERLEN = 1 << 1, /* the length is over than its limit */ enumerator
432 return (lossy & NLS_NAME_OVERLEN) ? -ENAMETOOLONG : -EINVAL; in __exfat_resolve_path()