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

/macosx-10.10.1/ntfs-84/kext/
H A Dntfs.h134 u8 major_ver; /* The major version of the mount options structure. */ member in struct:__anon11039
H A Dntfs_logfile.h113 /* 28*/ sle16 major_ver; /* Log file major version. We only support member in struct:__anon11163
H A Dntfs_usnjrnl.h189 /* 4*/le16 major_ver; /* Major version of the transaction log used member in struct:__anon11178
H A Dntfs_volume.h155 u8 major_ver; /* Ntfs major version of volume. */ member in struct:_ntfs_volume
H A Dntfs_logfile.c106 if (sle16_to_cpu(rp->major_ver) != 1 ||
110 "1.1 only.)", (int)sle16_to_cpu(rp->major_ver),
H A Dntfs_runlist.c992 if (vol->major_ver < 3) {
1314 if (rl->lcn >= 0 || vol->major_ver < 3) {
1349 if (rl->lcn >= 0 || vol->major_ver < 3) {
1528 if (rl->lcn >= 0 || vol->major_ver < 3) {
1579 if (rl->lcn >= 0 || vol->major_ver < 3) {
H A Dntfs_vfsops.c1782 * volume major and minor version (@vol->major_ver and @vol->minor_ver,
1844 vol->major_ver = vi->major_ver;
2775 (unsigned)vol->major_ver, (unsigned)vol->minor_ver);
2776 if (vol->major_ver < 3 && NVolSparseEnabled(vol)) {
2779 "version 3.0).", (unsigned)vol->major_ver,
2973 if (vol->major_ver < 3) {
3403 sfs->f_fssubtype = (u32)vol->major_ver << 8 | vol->minor_ver;
3631 if (vol->vol_ni && vol->major_ver >= 3) {
4096 ntfs_debug("Mount options header version %d.%d.", opts_hdr.major_ver,
[all...]
H A Dntfs_vnops.c2962 if (ni->vol->major_ver > 1) {
3627 if (ni->vol->major_ver >= 2) {
4818 if (vol->major_ver <= 1) {
5159 if (vol->major_ver >= 2) {
5517 if (vol->major_ver <= 1) {
6017 if (vol->major_ver <= 1) {
7090 if (vol->major_ver <= 3 ||
7925 if (ni->vol->major_ver > 1) {
8561 if (vol->major_ver > 1) {
8582 if (vol->major_ver >
[all...]
H A Dntfs_mft.c1651 if (vol->major_ver < 3 || (vol->major_ver == 3 && !vol->minor_ver))
1863 if (vol->major_ver > 1) {
H A Dntfs_layout.h1958 u8 major_ver; /* Major version of the ntfs format. */ member in struct:__anon11124
H A Dntfs_attr.c1943 if (vol->major_ver <= 1)
3429 if (NInoCompressed(ni) || vol->major_ver <= 1)
4728 if (vol->major_ver > 1) {
8744 if (vol->major_ver >= 2) {
H A Dntfs_inode.c1617 if (ni->vol->major_ver >= 2) {
2535 if (vol->major_ver >= 2) {
/macosx-10.10.1/ntfs-84/mount/
H A Dmount_ntfs.c189 .major_ver = 1,
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A DpeXXigen.c1360 short major_ver;
1431 edt.major_ver = bfd_get_16 (abfd, data + 8);
1455 _("Major/Minor \t\t\t%d/%d\n"), edt.major_ver, edt.minor_ver);
1359 short major_ver; member in struct:EDT_type

Completed in 387 milliseconds