Home
last modified time | relevance | path

Searched refs:i_sgid (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c587 if (ip->i_sgid != GID_LONG) in ufs_iget_internal()
588 ip->i_gid = ip->i_sgid; in ufs_iget_internal()
933 if ((ip->i_suid != suid) || (ip->i_sgid != sgid)) { in ufs_iupdat()
935 ip->i_sgid = sgid; in ufs_iupdat()
H A Dufs_acl.c238 sip->i_sgid = (ulong_t)sip->i_gid > (ulong_t)USHRT_MAX ? in ufs_si_store()
H A Dufs_dir.c2181 ip->i_sgid = in ufs_dirmakeinode()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_inode.h290 #define i_sgid i_ic.ic_sgid macro