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

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

Completed in 100 milliseconds