Searched refs:hfs_gid (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_mount.h57 gid_t hfs_gid; /* gid that owns hfs files (standard HFS only) */ member in struct:hfs_mount_args
H A Dhfs_vfsops.c197 hfsmp->hfs_gid = UNKNOWNGID;
706 if ((args->hfs_gid != (gid_t)VNOVAL) && (hfsmp->hfs_gid != args->hfs_gid)) {
707 hfsmp->hfs_gid = args->hfs_gid;
754 hfsmp->hfs_gid == UNKNOWNGID ? KAUTH_GID_NONE : hfsmp->hfs_gid);
1526 hfsmp->hfs_gid = (args->hfs_gid
[all...]
H A Dhfs.h176 gid_t hfs_gid; /* gid to set as owner of the files */ member in struct:hfsmount
H A Dhfs_catalog.c1671 (attrp->ca_gid != hfsmp->hfs_gid) ||
1747 (attrp->ca_gid != hfsmp->hfs_gid) ||
4003 attrp->ca_gid = hfsmp->hfs_gid;
4047 * attrp->ca_gid = hfsmp->hfs_gid;

Completed in 32 milliseconds