Home
last modified time | relevance | path

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

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