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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c3338 int nfsvers, gotuid, gotgid; local
3370 gotgid = VATTR_IS_ACTIVE(vap, va_gid);
3438 if (!error && (gotuid || gotgid) &&
3441 (gotgid && (nvattr.nva_gid != vap->va_gid)))) {
3485 int nfsvers, gotuid, gotgid; local
3509 gotgid = VATTR_IS_ACTIVE(vap, va_gid);
3609 if (error && (gotuid || gotgid)) {
3623 if (!error && (gotuid || gotgid) &&
3626 (gotgid && (nvattr.nva_gid != vap->va_gid)))) {
4256 int nfsvers, gotuid, gotgid; local
4414 int nfsvers, gotuid, gotgid; local
[all...]
H A Dnfs4_vnops.c4635 int nfsvers, namedattrs, numops, exclusive = 0, gotuid, gotgid; local
4668 gotgid = VATTR_IS_ACTIVE(vap, va_gid);
4672 exclusive = gotuid = gotgid = 0;
4941 if (error && (gotuid || gotgid)) {

Completed in 87 milliseconds