Searched refs:minor_ver (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ntfs-84/kext/
H A Dntfs.h135 u8 minor_ver; /* The minor version of the mount options structure. */ member in struct:__anon11039
H A Dntfs_logfile.h111 /* 26*/ sle16 minor_ver; /* Log file minor version. Only check if major member in struct:__anon11163
H A Dntfs_usnjrnl.h191 /* 6*/le16 minor_ver; /* Minor version of the transaction log used member in struct:__anon11178
H A Dntfs_volume.h156 u8 minor_ver; /* Ntfs minor version of volume. */ member in struct:_ntfs_volume
H A Dntfs_logfile.c107 sle16_to_cpu(rp->minor_ver) != 1) {
111 (int)sle16_to_cpu(rp->minor_ver));
H A Dntfs_vfsops.c1782 * volume major and minor version (@vol->major_ver and @vol->minor_ver,
1845 vol->minor_ver = vi->minor_ver;
2775 (unsigned)vol->major_ver, (unsigned)vol->minor_ver);
2780 (unsigned)vol->minor_ver);
3403 sfs->f_fssubtype = (u32)vol->major_ver << 8 | vol->minor_ver;
4097 opts_hdr.minor_ver);
4101 if (opts_hdr.minor_ver != 0)
5125 vol->minor_ver);
H A Dntfs_layout.h1959 u8 minor_ver; /* Minor version of the ntfs format. */ member in struct:__anon11124
H A Dntfs_mft.c1651 if (vol->major_ver < 3 || (vol->major_ver == 3 && !vol->minor_ver))
/macosx-10.10.1/ntfs-84/mount/
H A Dmount_ntfs.c190 .minor_ver = 0,
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A DpeXXigen.c1361 short minor_ver;
1432 edt.minor_ver = bfd_get_16 (abfd, data + 10);
1455 _("Major/Minor \t\t\t%d/%d\n"), edt.major_ver, edt.minor_ver);
1360 short minor_ver; member in struct:EDT_type

Completed in 275 milliseconds