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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h259 u_int32_t ownerID; /* user-id of owner or hard link chain previous link */ member in struct:HFSPlusBSDInfo
285 #define hl_prevLinkID bsdInfo.ownerID /* Valid only if HasLinkChain flag is set */
H A Dhfs_endian.c607 srcRec->bsdInfo.ownerID = SWAP_BE32 (srcRec->bsdInfo.ownerID);
643 srcRec->bsdInfo.ownerID = SWAP_BE32 (srcRec->bsdInfo.ownerID);
H A Dhfs_catalog.c1907 dir->bsdInfo.ownerID = attrp->ca_uid;
1983 file->bsdInfo.ownerID = attrp->ca_uid;
4234 bsdp->ownerID = attrp->ca_uid;
4353 attrp->ca_uid = bsd->ownerID;

Completed in 85 milliseconds