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

/xnu-2422.115.4/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.c716 gid_t ngid = cap->ca_gid;
753 user_access = DerivePermissionSummary(cap->ca_uid, cap->ca_gid,
H A Dhfs_catalog.c1902 (attrp->ca_gid != hfsmp->hfs_gid) ||
1908 dir->bsdInfo.groupID = attrp->ca_gid;
1978 (attrp->ca_gid != hfsmp->hfs_gid) ||
1984 file->bsdInfo.groupID = attrp->ca_gid;
4248 bsdp->groupID = attrp->ca_gid;
4355 attrp->ca_gid = hfsmp->hfs_gid;
4367 attrp->ca_gid = bsd->groupID;
4399 * attrp->ca_gid = hfsmp->hfs_gid;
H A Dhfs_readwrite.c1040 cip->gid = attrp->ca_gid;
1061 cnattrp->ca_gid = skip_cp->c_gid;
1071 cnattrp->ca_gid = c_info.gid;
1208 myPerms = DerivePermissionSummary(cnattr.ca_uid, cnattr.ca_gid, cnattr.ca_mode, hfsmp->hfs_mp,myp_ucred, theProcPtr);
1483 myPerms = DerivePermissionSummary(cnattr.ca_uid, cnattr.ca_gid,
H A Dhfs_search.c1078 matched = CompareRange(c_attr.ca_gid,
H A Dhfs_vnops.c2217 to_cp->c_gid = tempattr.ca_gid;
5910 attr.ca_gid = vap->va_gid;
5920 if ((error = hfs_quotacheck(hfsmp, 1, attr.ca_uid, attr.ca_gid,
H A Dhfs_vfsops.c598 cp->c_gid = cnattr.ca_gid;

Completed in 70 milliseconds