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

/linux-master/fs/ext2/
H A Ddir.c213 * NOTE! unlike strncmp, ext2_match returns 1 for success, 0 for failure.
217 static inline int ext2_match (int len, const char * const name, function
375 if (ext2_match(namelen, name, de))
523 if (ext2_match (namelen, name, de))

Completed in 108 milliseconds