Searched refs:ca_gid (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h90 gid_t ca_gid; /* file group */ member in struct:cat_attr
H A Dhfs_cnode.h181 #define c_gid c_attr.ca_gid
H A Dhfs_attrlist.c710 gid_t ngid = cap->ca_gid;
746 user_access = DerivePermissionSummary(cap->ca_uid, cap->ca_gid,
H A Dhfs_catalog.c1671 (attrp->ca_gid != hfsmp->hfs_gid) ||
1677 dir->bsdInfo.groupID = attrp->ca_gid;
1747 (attrp->ca_gid != hfsmp->hfs_gid) ||
1753 file->bsdInfo.groupID = attrp->ca_gid;
3920 bsdp->groupID = attrp->ca_gid;
4003 attrp->ca_gid = hfsmp->hfs_gid;
4015 attrp->ca_gid = bsd->groupID;
4047 * attrp->ca_gid = hfsmp->hfs_gid;
H A Dhfs_readwrite.c1037 cip->gid = attrp->ca_gid;
1058 cnattrp->ca_gid = skip_cp->c_gid;
1068 cnattrp->ca_gid = c_info.gid;
1205 myPerms = DerivePermissionSummary(cnattr.ca_uid, cnattr.ca_gid, cnattr.ca_mode, hfsmp->hfs_mp,myp_ucred, theProcPtr);
1480 myPerms = DerivePermissionSummary(cnattr.ca_uid, cnattr.ca_gid,
H A Dhfs_search.c982 matched = CompareRange(c_attr.ca_gid,
H A Dhfs_vnops.c1878 to_cp->c_gid = tempattr.ca_gid;
5195 attr.ca_gid = vap->va_gid;
5205 if ((error = hfs_quotacheck(hfsmp, 1, attr.ca_uid, attr.ca_gid,
H A Dhfs_vfsops.c627 cp->c_gid = cnattr.ca_gid;

Completed in 119 milliseconds