Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dfat.h326 extern int fat_search_long(struct inode *inode, const unsigned char *name,
Ddir.c463 int fat_search_long(struct inode *inode, const unsigned char *name, in fat_search_long() function
540 EXPORT_SYMBOL_GPL(fat_search_long);
Dnamei_vfat.c698 return fat_search_long(dir, qname->name, len, sinfo); in vfat_find()