Searched refs:shortname (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/fs/vfat/ |
D | namei.c | 111 opts->shortname = VFAT_SFN_DISPLAY_LOWER | VFAT_SFN_CREATE_WIN95; in parse_options() 115 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options() 145 opts->shortname = VFAT_SFN_DISPLAY_LOWER in parse_options() 148 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options() 151 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options() 154 opts->shortname = VFAT_SFN_DISPLAY_WINNT in parse_options() 529 unsigned short opt_shortname = MSDOS_SB(dir->i_sb)->options.shortname; in vfat_create_shortname() 827 goto shortname; in vfat_fill_slots() 851 shortname: in vfat_fill_slots()
|
/linux-2.4.37.9/include/linux/ |
D | msdos_fs_sb.h | 15 unsigned short shortname; /* flags for shortname display/create rule */ member
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | zero.c | 97 static const char shortname [] = "zero"; variable 137 printk(level "%s %s: " fmt , shortname , (d)->gadget->dev.bus_id , \ 1157 shortname, gadget->name); in zero_bind() 1210 shortname, gadget->name); in zero_bind() 1331 .name = (char *) shortname,
|
D | ether.c | 88 static const char shortname [] = "ether"; variable 1728 strncpy(p->driver, shortname, sizeof p->driver); in eth_get_drvinfo() 2355 shortname, gadget->name); in eth_bind() 2392 shortname); in eth_bind() 2411 shortname, gadget->name); in eth_bind() 2435 shortname, gadget->name); in eth_bind() 2523 shortname, status); in eth_bind() 2661 .name = (char *) shortname,
|
D | file_storage.c | 242 static const char shortname[] = DRIVER_NAME; variable 3861 .name = (char *) shortname,
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | vfat.txt | 11 codepage=### -- Sets the codepage for converting to shortname characters 51 shortname=lower|win95|winnt|mixed
|
/linux-2.4.37.9/fs/fat/ |
D | dir.c | 200 unsigned short opt_shortname = MSDOS_SB(sb)->options.shortname; in fat_search_long() 370 unsigned short opt_shortname = MSDOS_SB(sb)->options.shortname; in fat_readdirx()
|
D | inode.c | 226 opts->shortname = 0; in parse_options()
|
/linux-2.4.37.9/drivers/net/ |
D | via-rhine.c | 221 static char shortname[] = DRV_NAME; variable 686 if (pci_request_regions(pdev, shortname)) in via_rhine_init_one() 736 wait_for_reset(dev, chip_id, shortname); in via_rhine_init_one()
|