Home
last modified time | relevance | path

Searched refs:PARSE_NOT_LONGNAME (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/fat/
H A Ddir.c267 enum { PARSE_INVALID = 1, PARSE_NOT_LONGNAME, PARSE_EOF, }; enumerator
276 * %PARSE_NOT_LONGNAME - Directory entry does not contain longname.
322 return PARSE_NOT_LONGNAME; in fat_parse_long()
496 else if (status == PARSE_NOT_LONGNAME) in fat_search_long()
619 else if (status == PARSE_NOT_LONGNAME) in __fat_readdir()
/kernel/linux/linux-6.6/fs/fat/
H A Ddir.c267 enum { PARSE_INVALID = 1, PARSE_NOT_LONGNAME, PARSE_EOF, }; enumerator
276 * %PARSE_NOT_LONGNAME - Directory entry does not contain longname.
322 return PARSE_NOT_LONGNAME; in fat_parse_long()
496 else if (status == PARSE_NOT_LONGNAME) in fat_search_long()
619 else if (status == PARSE_NOT_LONGNAME) in __fat_readdir()

Completed in 4 milliseconds