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

/macosx-10.5.8/xnu-1228.15.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.c171 hfsmp->hfs_uid = UNKNOWNUID;
507 if ((args->hfs_uid != (uid_t)VNOVAL) && (hfsmp->hfs_uid != args->hfs_uid)) {
508 hfsmp->hfs_uid = args->hfs_uid;
559 hfsmp->hfs_uid == UNKNOWNUID ? KAUTH_UID_NONE : hfsmp->hfs_uid,
1088 hfsmp->hfs_uid = (args->hfs_uid
[all...]
H A Dhfs.h152 uid_t hfs_uid; /* uid to set as owner of the files */ member in struct:hfsmount
H A Dhfs_vfsutils.c1087 ((kauth_cred_getuid(cred) == hfsmp->hfs_uid) || /* [2a] */
1088 (hfsmp->hfs_uid == UNKNOWNUID))) || /* [2b] */
H A Dhfs_catalog.c1542 (attrp->ca_uid != hfsmp->hfs_uid) ||
1608 (attrp->ca_uid != hfsmp->hfs_uid) ||
3774 attrp->ca_uid = hfsmp->hfs_uid;
3818 * attrp->ca_uid = hfsmp->hfs_uid;

Completed in 53 milliseconds