Searched refs:UID_LONG (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c307 if (ip->di_suid != UID_LONG) {
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c763 uid = curfile.dip->di_suid == UID_LONG ?
1798 buf->c_dinode.di_suid = UID_LONG;
2004 if (curfile.dip->di_suid != UID_LONG)
H A Ddirs.c887 dip->di_suid == UID_LONG ? dip->di_uid : (uid_t)dip->di_suid;
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c383 if (itab[j].di_suid != (o_uid_t)UID_LONG)
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c330 if (itab[j].di_suid != UID_LONG)
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c600 if (ip->di_suid != UID_LONG) {
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h179 #define UID_LONG (o_uid_t)65535 macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c585 if (ip->i_suid != UID_LONG)
914 * suid = (ip->i_uid > MAXUID) ? UID_LONG : ip->i_uid;
926 * UID_LONG since that would've corresponded to -1.
929 UID_LONG : ip->i_uid;
H A Dufs_lockfs.c792 d_uid = (dp->di_suid == UID_LONG) ? dp->di_uid : (uid_t)dp->di_suid;
H A Dufs_acl.c236 UID_LONG : sip->i_uid;
H A Dufs_dir.c2174 * ip->i_suid = (ip->i_uid > MAXUID) ? UID_LONG : ip->i_uid;
2180 (ulong_t)ip->i_uid > (ulong_t)USHRT_MAX ? UID_LONG : ip->i_uid;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c696 if (dp->di_suid != UID_LONG)

Completed in 103 milliseconds