Searched refs:hfs_running_cp_major_vers (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c167 if (hfsmp->hfs_running_cp_major_vers == 0) {
257 if (hfsmp->hfs_running_cp_major_vers == 0) {
342 if (hfsmp->hfs_running_cp_major_vers < CP_PREV_MAJOR_VERS ||
343 hfsmp->hfs_running_cp_major_vers > CP_NEW_MAJOR_VERS) {
348 if (hfsmp->hfs_running_cp_major_vers < CP_NEW_MAJOR_VERS) {
375 if (hfsmp->hfs_running_cp_major_vers < CP_NEW_MAJOR_VERS) {
614 if (hfsmp->hfs_running_cp_major_vers == CP_NEW_MAJOR_VERS) {
1256 switch(hfsmp->hfs_running_cp_major_vers) {
1269 newxattr->xattr_major_version = OSSwapHostToLittleInt16 (hfsmp->hfs_running_cp_major_vers);
1293 newxattr->xattr_major_version = OSSwapHostToLittleInt16(hfsmp->hfs_running_cp_major_vers);
[all...]
H A Dhfs.h349 u_int16_t hfs_running_cp_major_vers; member in struct:hfsmount
H A Dhfs_vfsutils.c980 hfsmp->hfs_running_cp_major_vers = majorversion;

Completed in 27 milliseconds