Home
last modified time | relevance | path

Searched refs:major_ver (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/arch/x86/pci/
Dpcbios.c130 u8 status, major_ver, minor_ver, hw_mech; in check_pcibios() local
153 major_ver = (ebx >> 8) & 0xff; in check_pcibios()
158 status, hw_mech, major_ver, minor_ver, pcibios_last_bus); in check_pcibios()
165 major_ver, minor_ver, pcibios_entry, pcibios_last_bus); in check_pcibios()
/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_utils.c93 u8 major_ver = 0; in nes_read_eeprom_values() local
200 major_ver = (u8)(eeprom_data >> 8); in nes_read_eeprom_values()
205 } else if (((major_ver == 2) && (minor_ver > 21)) || ((major_ver > 2) && (major_ver != 255))) { in nes_read_eeprom_values()
208 if (((major_ver == 3) && (minor_ver >= 16)) || (major_ver > 3)) in nes_read_eeprom_values()
/linux-3.4.99/fs/ntfs/
Dlogfile.h97 /* 28*/ sle16 major_ver; /* Log file major version. We only support member
Dusnjrnl.h173 /* 4*/le16 major_ver; /* Major version of the transaction log used member
Dsuper.c311 vol->major_ver && vol->major_ver < 3) in parse_options()
315 "version 3.0).", vol->major_ver, in parse_options()
497 if ((vol->major_ver > 1)) { in ntfs_remount()
1868 vol->major_ver = vi->major_ver; in load_system_files()
1872 printk(KERN_INFO "NTFS volume version %i.%i.\n", vol->major_ver, in load_system_files()
1874 if (vol->major_ver < 3 && NVolSparseEnabled(vol)) { in load_system_files()
1877 "3.0).", vol->major_ver, vol->minor_ver); in load_system_files()
2031 if (!(sb->s_flags & MS_RDONLY) && (vol->major_ver > 1) && in load_system_files()
2069 if (unlikely(vol->major_ver < 3)) in load_system_files()
2258 if (vol->major_ver >= 3) { in ntfs_put_super()
[all …]
Dvolume.h113 u8 major_ver; /* Ntfs major version of volume. */ member
Drunlist.c878 if (vol->major_ver < 3) { in ntfs_mapping_pairs_decompress()
1183 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { in ntfs_get_size_for_mapping_pairs()
1218 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { in ntfs_get_size_for_mapping_pairs()
1390 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { in ntfs_mapping_pairs_build()
1441 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { in ntfs_mapping_pairs_build()
Dlogfile.c83 if (sle16_to_cpu(rp->major_ver) != 1 || in ntfs_check_restart_page_header()
87 "1.1 only.)", (int)sle16_to_cpu(rp->major_ver), in ntfs_check_restart_page_header()
Dlayout.h1931 u8 major_ver; /* Major version of the ntfs format. */ member
Dmft.c2026 if (vol->major_ver < 3 || (vol->major_ver == 3 && !vol->minor_ver)) in ntfs_mft_record_layout()
Dattrib.c1697 if (NInoCompressed(ni) || vol->major_ver < 3) in ntfs_attr_make_non_resident()
/linux-3.4.99/drivers/net/hyperv/
Dhyperv_net.h801 u32 major_ver; member
810 u32 major_ver; member
825 u32 major_ver; member
Drndis_filter.c155 rndis_msg->msg.init_complete.major_ver, in dump_rndis_message()
600 init->major_ver = RNDIS_MAJOR_VERSION; in rndis_filter_init_device()
/linux-3.4.99/drivers/atm/
Dsolos-pci.c1088 uint8_t major_ver, minor_ver; in fpga_probe() local
1139 major_ver = ((data32 & 0xFF000000) >> 24); in fpga_probe()
1141 card->fpga_version = FPGA_VERSION(major_ver,minor_ver); in fpga_probe()
1147 major_ver, minor_ver, fpga_ver); in fpga_probe()