Home
last modified time | relevance | path

Searched refs:fat_search_long (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/fat/
Dfat.h297 extern int fat_search_long(struct inode *inode, const unsigned char *name,
Ddir.c462 int fat_search_long(struct inode *inode, const unsigned char *name, in fat_search_long() function
539 EXPORT_SYMBOL_GPL(fat_search_long);
Dnamei_vfat.c697 return fat_search_long(dir, qname->name, len, sinfo); in vfat_find()