Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fat/
Dfat.h242 extern int fat_search_long(struct inode *inode, const unsigned char *name,
Ddir.c340 int fat_search_long(struct inode *inode, const unsigned char *name, in fat_search_long() function
453 EXPORT_SYMBOL_GPL(fat_search_long);
Dnamei_vfat.c704 return fat_search_long(dir, qname->name, len, sinfo); in vfat_find()