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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DmtoolsDirentry.h36 int vfat_lookup(direntry_t *entry, const char *filename, int length,
H A Dmdel.c109 while((r=vfat_lookup(&subEntry, "*", 1,
H A Dmlabel.c202 r=vfat_lookup(&entry, 0, 0, ACCEPT_LABEL | MATCH_ANY,
H A Dmmove.c81 switch(vfat_lookup(&subEntry, "..", 2, ACCEPT_DIR,
H A Dmainloop.c258 (r=vfat_lookup(&entry, filename, -1,
389 (r=vfat_lookup(&entry, filename0, length,
H A Dmdir.c204 if((r=vfat_lookup(&entry, 0, 0, ACCEPT_LABEL | MATCH_ANY,
H A Dmcopy.c399 switch(vfat_lookup(&entry, filename, -1, ACCEPT_DIR, 0, 0)) {
H A Dvfat.c588 * vfat_lookup looks for filenames in directory dir.
593 int vfat_lookup(direntry_t *direntry, const char *filename, int length, function
620 fprintf(stderr, "Out of memory error in vfat_lookup [0]\n");
629 fprintf(stderr, "Out of memory error in vfat_lookup\n");
714 * normal vfat_lookup
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c686 static struct dentry *vfat_lookup(struct inode *dir, struct dentry *dentry, function
1001 .lookup = vfat_lookup,

Completed in 103 milliseconds