tag | line | file | source code |
scantype | 368 | fs/fat/misc.c | struct msdos_dir_entry **res_de,char scantype) |
scantype | 381 | fs/fat/misc.c | if (done && scantype) { /* scantype != SCAN_ANY */ |
scantype | 383 | fs/fat/misc.c | ? (scantype==SCAN_HID) |
scantype | 384 | fs/fat/misc.c | : (scantype==SCAN_NOTHID); |
scantype | 415 | fs/fat/misc.c | struct buffer_head **res_bh,struct msdos_dir_entry **res_de,char scantype) |
scantype | 421 | fs/fat/misc.c | name,number,ino,res_bh,res_de,scantype)) >= 0) return cluster; |
scantype | 434 | fs/fat/misc.c | **res_de,char scantype) |
scantype | 445 | fs/fat/misc.c | count,name,number,ino,res_bh,res_de,scantype)) >= 0) |
scantype | 470 | fs/fat/misc.c | struct msdos_dir_entry **res_de, char scantype) |
scantype | 473 | fs/fat/misc.c | (sb,start,name,number,ino,res_bh,res_de,scantype); |
scantype | 475 | fs/fat/misc.c | (sb,name,number,ino,res_bh,res_de,scantype); |
scantype | 543 | fs/fat/misc.c | struct msdos_dir_entry **res_de,int *ino, char scantype) |
scantype | 549 | fs/fat/misc.c | name, NULL, ino, res_bh, res_de, scantype) |
scantype | 551 | fs/fat/misc.c | NULL, NULL, ino, res_bh, res_de, scantype); |
scantype | 155 | fs/msdos/namei.c | char scantype; |
scantype | 165 | fs/msdos/namei.c | case 1: scantype = SCAN_ANY; break; |
scantype | 166 | fs/msdos/namei.c | case 2: scantype = ((name[1]=='.')?SCAN_ANY:SCAN_HID); break; |
scantype | 167 | fs/msdos/namei.c | default: scantype = SCAN_HID; |
scantype | 170 | fs/msdos/namei.c | scantype = (dotsOK ? SCAN_NOTHID : SCAN_ANY); |
scantype | 172 | fs/msdos/namei.c | return fat_scan(dir,msdos_name,bh,de,ino,scantype); |
scantype | 185 | include/linux/msdos_fs.h | struct msdos_dir_entry **res_de,int *ino,char scantype); |