Home
last modified time | relevance | path

Searched refs:PARSE_EOF (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
277 * %PARSE_EOF - Directory has no more entries.
317 return PARSE_EOF; in fat_parse_long()
498 else if (status == PARSE_EOF) in fat_search_long()
621 else if (status == PARSE_EOF) in __fat_readdir()
/kernel/linux/linux-6.6/fs/fat/
H A Ddir.c267 enum { PARSE_INVALID = 1, PARSE_NOT_LONGNAME, PARSE_EOF, }; enumerator
277 * %PARSE_EOF - Directory has no more entries.
317 return PARSE_EOF; in fat_parse_long()
498 else if (status == PARSE_EOF) in fat_search_long()
621 else if (status == PARSE_EOF) in __fat_readdir()

Completed in 4 milliseconds