Home
last modified time | relevance | path

Searched refs:NLS_NAME_OVERLEN (Results 1 - 5 of 5) sorted by relevance

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

Completed in 7 milliseconds