Searched refs:cnode_uid (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h759 extern int hfs_owner_rights(struct hfsmount *hfsmp, uid_t cnode_uid, kauth_cred_t cred,
H A Dhfs_vfsutils.c1275 hfs_owner_rights(struct hfsmount *hfsmp, uid_t cnode_uid, kauth_cred_t cred, argument
1278 if ((kauth_cred_getuid(cred) == cnode_uid) || /* [1a] */
1279 (cnode_uid == UNKNOWNUID) || /* [1b] */

Completed in 26 milliseconds