Searched refs:ISGID (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/ufs/lfs/
H A Dulfs_dinode.h59 #define ISGID 0002000 /* Set-gid. */ macro
H A Dulfs_readwrite.c542 if (ip->i_mode & ISGID) {
545 ip->i_mode &= ~ISGID;
H A Dlfs_vnops.c334 if (ip->i_mode & ISGID) {
340 ip->i_mode &= ~ISGID;
/netbsd-current/sys/ufs/chfs/
H A Dchfs_inode.h154 #define ISGID 0002000 /* Set-gid. */ macro
H A Dchfs_vnode.c253 if (ip->mode & ISGID) {
258 ip->mode &= ~ISGID;
H A Dchfs_vnops.c982 if (ip->mode & ISGID) {
985 ip->mode &= ~ISGID;
/netbsd-current/sys/ufs/ufs/
H A Ddinode.h158 #define ISGID 0002000 /* Set-gid. */ macro
H A Dufs_readwrite.c578 if (ip->i_mode & ISGID) {
581 ip->i_mode &= ~ISGID;
H A Dufs_vnops.c2252 if (ip->i_mode & ISGID) {
2258 ip->i_mode &= ~ISGID;
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c459 if (ip->i_e2fs_mode & ISGID) {
462 ip->i_e2fs_mode &= ~ISGID;
H A Dext2fs_vnops.c502 if (ogid != gid && (ip->i_e2fs_mode & ISGID) &&
505 ip->i_e2fs_mode &= ~ISGID;
H A Dext2fs_vfsops.c1205 if (ip->i_e2fs_mode & ISGID) {
1210 ip->i_e2fs_mode &= ~ISGID;
/netbsd-current/sys/ufs/ffs/
H A Dffs_extattr.c358 if ((ip->i_mode & (ISUID | ISGID)) && resid > uio->uio_resid && ucred) {
359 ip->i_mode &= ~(ISUID | ISGID);

Completed in 288 milliseconds