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

/macosx-10.9.5/xnu-2422.115.4/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.c200 hfsmp->hfs_uid = UNKNOWNUID;
675 if ((args->hfs_uid != (uid_t)VNOVAL) && (hfsmp->hfs_uid != args->hfs_uid)) {
676 hfsmp->hfs_uid = args->hfs_uid;
729 hfsmp->hfs_uid == UNKNOWNUID ? KAUTH_UID_NONE : hfsmp->hfs_uid,
1462 hfsmp->hfs_uid = (args->hfs_uid
[all...]
H A Dhfs.h172 uid_t hfs_uid; /* uid to set as owner of the files */ member in struct:hfsmount
H A Dhfs_vfsutils.c1435 ((kauth_cred_getuid(cred) == hfsmp->hfs_uid) || /* [2a] */
1436 (hfsmp->hfs_uid == UNKNOWNUID))) || /* [2b] */
H A Dhfs_catalog.c1901 (attrp->ca_uid != hfsmp->hfs_uid) ||
1977 (attrp->ca_uid != hfsmp->hfs_uid) ||
4354 attrp->ca_uid = hfsmp->hfs_uid;
4398 * attrp->ca_uid = hfsmp->hfs_uid;
/macosx-10.9.5/hfs-226.1.1/mount_hfs/
H A Dmount_hfs.c440 args.hfs_uid = (uid_t)VNOVAL;
489 args.hfs_uid = a_uid(optarg);
528 if (args.hfs_uid == (uid_t)VNOVAL) args.hfs_uid = UNKNOWNUID;
595 if (args.hfs_uid == (uid_t)VNOVAL)
596 args.hfs_uid = sb.st_uid;
610 printf("\tuid = %d\n", args.hfs_uid);

Completed in 198 milliseconds