Searched defs:major_ver (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogfile.h98 /* 28*/ sle16 major_ver; /* Log file major version. We only support member in struct:__anon2143
H A Dvolume.h159 u8 major_ver; /* Ntfs major version of volume. */ member in struct:_ntfs_volume
H A Dlayout.h2266 u8 major_ver; /* Major version of the ntfs format. */ member in struct:__anon2103
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c195 u8 major_ver; member in struct:image_hdr
1361 image_hdr.major_ver, image_hdr.minor_ver);
1427 Printf("NTFS volume version: %d.%d\n", vol->major_ver, vol->minor_ver);
1597 if (image_hdr.major_ver < NTFSCLONE_IMG_VER_MAJOR_ENDIANNESS_SAFE) {
1598 image_hdr.major_ver = NTFSCLONE_IMG_VER_MAJOR;
1621 if (image_hdr.major_ver > NTFSCLONE_IMG_VER_MAJOR)
1625 image_hdr.major_ver,
1677 image_hdr.major_ver = NTFSCLONE_IMG_VER_MAJOR;
H A Dmkntfs.c1864 const u8 major_ver, const u8 minor_ver)
1870 vi.major_ver = major_ver;
3902 err = add_attr_vol_info(m, fl, g_vol->major_ver,
4556 g_vol->major_ver = 3;
1863 add_attr_vol_info(MFT_RECORD *m, const VOLUME_FLAGS flags, const u8 major_ver, const u8 minor_ver) argument

Completed in 55 milliseconds