taglinefilesource code
scantype368fs/fat/misc.cstruct msdos_dir_entry **res_de,char scantype)
scantype381fs/fat/misc.cif (done && scantype) {   /* scantype != SCAN_ANY */
scantype383fs/fat/misc.c? (scantype==SCAN_HID)
scantype384fs/fat/misc.c: (scantype==SCAN_NOTHID);
scantype415fs/fat/misc.cstruct buffer_head **res_bh,struct msdos_dir_entry **res_de,char scantype)
scantype421fs/fat/misc.cname,number,ino,res_bh,res_de,scantype)) >= 0) return cluster;
scantype434fs/fat/misc.c**res_de,char scantype)
scantype445fs/fat/misc.ccount,name,number,ino,res_bh,res_de,scantype)) >= 0)
scantype470fs/fat/misc.cstruct msdos_dir_entry **res_de, char scantype)
scantype473fs/fat/misc.c(sb,start,name,number,ino,res_bh,res_de,scantype);
scantype475fs/fat/misc.c(sb,name,number,ino,res_bh,res_de,scantype);
scantype543fs/fat/misc.cstruct msdos_dir_entry **res_de,int *ino, char scantype)
scantype549fs/fat/misc.cname, NULL, ino, res_bh, res_de, scantype)
scantype551fs/fat/misc.cNULL, NULL, ino, res_bh, res_de, scantype);
scantype155fs/msdos/namei.cchar scantype;
scantype165fs/msdos/namei.ccase  1: scantype = SCAN_ANY;        break;
scantype166fs/msdos/namei.ccase  2: scantype = ((name[1]=='.')?SCAN_ANY:SCAN_HID); break;
scantype167fs/msdos/namei.cdefault: scantype = SCAN_HID;
scantype170fs/msdos/namei.cscantype = (dotsOK ? SCAN_NOTHID : SCAN_ANY);
scantype172fs/msdos/namei.creturn fat_scan(dir,msdos_name,bh,de,ino,scantype);
scantype185include/linux/msdos_fs.hstruct msdos_dir_entry **res_de,int *ino,char scantype);