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

/macosx-10.10.1/xnu-2782.1.97/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.c198 hfsmp->hfs_uid = UNKNOWNUID;
665 if ((args->hfs_uid != (uid_t)VNOVAL) && (hfsmp->hfs_uid != args->hfs_uid)) {
666 hfsmp->hfs_uid = args->hfs_uid;
719 hfsmp->hfs_uid == UNKNOWNUID ? KAUTH_UID_NONE : hfsmp->hfs_uid,
1456 hfsmp->hfs_uid = (args->hfs_uid
[all...]
H A Dhfs.h184 uid_t hfs_uid; /* uid to set as owner of the files */ member in struct:hfsmount
H A Dhfs_catalog.c1901 (attrp->ca_uid != hfsmp->hfs_uid) ||
1977 (attrp->ca_uid != hfsmp->hfs_uid) ||
4341 attrp->ca_uid = hfsmp->hfs_uid;
4385 * attrp->ca_uid = hfsmp->hfs_uid;
H A Dhfs_vfsutils.c1589 ((kauth_cred_getuid(cred) == hfsmp->hfs_uid) || /* [2a] */
1590 (hfsmp->hfs_uid == UNKNOWNUID))) || /* [2b] */
/macosx-10.10.1/hfs-285/mount_hfs/
H A Dmount_hfs.c473 args.hfs_uid = (uid_t)VNOVAL;
522 args.hfs_uid = a_uid(optarg);
561 if (args.hfs_uid == (uid_t)VNOVAL) args.hfs_uid = UNKNOWNUID;
628 if (args.hfs_uid == (uid_t)VNOVAL)
629 args.hfs_uid = sb.st_uid;
643 printf("\tuid = %d\n", args.hfs_uid);

Completed in 225 milliseconds