Searched refs:major_ver (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dsilicon_raid.c45 uint16_t major_ver; member in struct:silicon_meta
73 le16_to_cpu(sil->major_ver), le16_to_cpu(sil->minor_ver));
H A Dntfs.c83 uint8_t major_ver; member in struct:volume_info
175 "%u.%u", info->major_ver, info->minor_ver);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlogfile.h97 /* 28*/ sle16 major_ver; /* Log file major version. We only support member in struct:__anon16904
H A Dusnjrnl.h173 /* 4*/le16 major_ver; /* Major version of the transaction log used member in struct:__anon16919
H A Dvolume.h106 u8 major_ver; /* Ntfs major version of volume. */ member in struct:__anon16920
H A Dsuper.c312 vol->major_ver && vol->major_ver < 3)
316 "version 3.0).", vol->major_ver,
1859 vol->major_ver = vi->major_ver;
1863 printk(KERN_INFO "NTFS volume version %i.%i.\n", vol->major_ver,
1865 if (vol->major_ver < 3 && NVolSparseEnabled(vol)) {
1868 "3.0).", vol->major_ver, vol->minor_ver);
2035 if (unlikely(vol->major_ver < 3))
2226 if (vol->major_ver >
[all...]
H A Drunlist.c844 if (vol->major_ver < 3) {
1149 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) {
1184 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) {
1347 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) {
1389 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) {
H A Dlogfile.c83 if (sle16_to_cpu(rp->major_ver) != 1 ||
87 "1.1 only.)", (int)sle16_to_cpu(rp->major_ver),
H A Dlayout.h1862 u8 major_ver; /* Major version of the ntfs format. */ member in struct:__anon16874
H A Dmft.c2020 if (vol->major_ver < 3 || (vol->major_ver == 3 && !vol->minor_ver))
H A Dattrib.c1651 if (NInoCompressed(ni) || vol->major_ver < 3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dpcbios.c108 u8 status, major_ver, minor_ver, hw_mech; local
131 major_ver = (ebx >> 8) & 0xff;
136 status, hw_mech, major_ver, minor_ver, pcibios_last_bus);
143 major_ver, minor_ver, pcibios_entry, pcibios_last_bus);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h94 /* 28*/ sle16 major_ver; /* Log file major version. We only support member in struct:__anon4274
H A Dvolume.h155 u8 major_ver; /* Ntfs major version of volume. */ member in struct:_ntfs_volume
H A Dlayout.h2008 u8 major_ver; /* Major version of the ntfs format. */ member in struct:__anon4234
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_utils.c72 u8 major_ver = 0; local
179 major_ver = (u8)(eeprom_data >> 8);
184 } else if (((major_ver == 2) && (minor_ver > 21)) || ((major_ver > 2) && (major_ver != 255))) {
187 if (((major_ver == 3) && (minor_ver >= 16)) || (major_ver > 3))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c870 if (vol->major_ver < 3) {
1318 if (rl->lcn >= 0 || vol->major_ver < 3) {
1341 if (rl->lcn >= 0 || vol->major_ver < 3) {
1495 if (rl->lcn >= 0 || vol->major_ver < 3) {
1534 if (rl->lcn >= 0 || vol->major_ver < 3) {
2093 vol.major_ver = 3;
H A Dlogfile.c88 if (sle16_to_cpu(rp->major_ver) != 1 ||
92 "1.1 only.)\n", (int)sle16_to_cpu(rp->major_ver),
H A Dvolume.c995 vol->major_ver = vinf->major_ver;
1352 major = vol->major_ver;
H A Dmft.c338 if (vol->major_ver < 3 || (vol->major_ver == 3 && !vol->minor_ver))
H A Dattrib.c4838 if (na->type == AT_DATA && vol->major_ver >= 3) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dsolos-pci.c1103 uint8_t major_ver, minor_ver; local
1154 major_ver = ((data32 & 0xFF000000) >> 24);
1156 card->fpga_version = FPGA_VERSION(major_ver,minor_ver);
1162 major_ver, minor_ver, fpga_ver);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv10.c428 int major_ver, minor_ver, micro_ver; local
448 major_ver = RV_GET_MAJOR_VER(avctx->sub_id);
453 switch (major_ver) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv10.c466 int major_ver, minor_ver, micro_ver, ret; local
490 major_ver = RV_GET_MAJOR_VER(rv->sub_id);
495 switch (major_ver) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c2309 ctx->vol->vol_name, ctx->vol->major_ver,

Completed in 317 milliseconds