Searched refs:hfs_uid (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_mount.h56 uid_t hfs_uid; /* uid that owns hfs files (standard HFS only) */ member in struct:hfs_mount_args
H A Dhfs_vfsops.c196 hfsmp->hfs_uid = UNKNOWNUID;
701 if ((args->hfs_uid != (uid_t)VNOVAL) && (hfsmp->hfs_uid != args->hfs_uid)) {
702 hfsmp->hfs_uid = args->hfs_uid;
753 hfsmp->hfs_uid == UNKNOWNUID ? KAUTH_UID_NONE : hfsmp->hfs_uid,
1524 hfsmp->hfs_uid = (args->hfs_uid
[all...]
H A Dhfs.h175 uid_t hfs_uid; /* uid to set as owner of the files */ member in struct:hfsmount
H A Dhfs_vfsutils.c1281 ((kauth_cred_getuid(cred) == hfsmp->hfs_uid) || /* [2a] */
1282 (hfsmp->hfs_uid == UNKNOWNUID))) || /* [2b] */
H A Dhfs_catalog.c1670 (attrp->ca_uid != hfsmp->hfs_uid) ||
1746 (attrp->ca_uid != hfsmp->hfs_uid) ||
4002 attrp->ca_uid = hfsmp->hfs_uid;
4046 * attrp->ca_uid = hfsmp->hfs_uid;

Completed in 226 milliseconds