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

/freebsd-current/sys/ufs/ufs/
H A Dufs_vnops.c917 gid_t ogid; local
943 ogid = ip->i_gid;
952 if (ogid == gid) {
974 if (ogid == gid) {
989 ip->i_gid = ogid;
990 DIP_SET(ip, i_gid, ogid);
998 if (ogid == gid) {
1012 if ((ip->i_mode & (ISUID | ISGID)) && (ouid != uid || ogid != gid)) {
/freebsd-current/sys/fs/ext2fs/
H A Dext2_vnops.c564 gid_t ogid; local
588 ogid = ip->i_gid;
593 if ((ip->i_mode & (ISUID | ISGID)) && (ouid != uid || ogid != gid)) {
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_subr.c2161 gid_t ogid; local
2202 ogid = node->tn_gid;
2211 (ouid != uid || ogid != gid)) {
/freebsd-current/sys/fs/p9fs/
H A Dp9fs_vnops.c1031 gid_t ogid; local
1057 ogid = inode->n_gid;
1064 (ouid != uid || ogid != gid)) {

Completed in 75 milliseconds