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

/macosx-10.5.8/xnu-1228.15.4/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.c172 hfsmp->hfs_gid = UNKNOWNGID;
512 if ((args->hfs_gid != (gid_t)VNOVAL) && (hfsmp->hfs_gid != args->hfs_gid)) {
513 hfsmp->hfs_gid = args->hfs_gid;
560 hfsmp->hfs_gid == UNKNOWNGID ? KAUTH_GID_NONE : hfsmp->hfs_gid);
1090 hfsmp->hfs_gid = (args->hfs_gid
[all...]
H A Dhfs.h153 gid_t hfs_gid; /* gid to set as owner of the files */ member in struct:hfsmount
H A Dhfs_catalog.c1543 (attrp->ca_gid != hfsmp->hfs_gid) ||
1609 (attrp->ca_gid != hfsmp->hfs_gid) ||
3775 attrp->ca_gid = hfsmp->hfs_gid;
3819 * attrp->ca_gid = hfsmp->hfs_gid;

Completed in 38 milliseconds