Searched refs:ISVTX (Results 1 – 11 of 11) sorted by relevance
87 #define ISVTX 0x0200 /* save swapped text even after use */ macro
96 #define ISVTX 0001000 /* Sticky bit. */ macro
508 #define ISVTX VSVTX /* save swapped text even after use */ macro
390 #define ISVTX 01000 /* save swapped text even after use */ macro
413 if ((VTOI(vp)->i_mode & (ISVTX | IEXEC | IFDIR)) == ISVTX) in ufs_reset_vnode()
1454 if ((dp->i_mode & ISVTX) && in ufs_sticky_remove_access()
2250 if ((ip->i_mode & (ISVTX | IEXEC | IFDIR)) == ISVTX) in ufs_setattr()
871 ip->i_char |= ISVTX; in ud_iget()1223 if (ip->i_char & ISVTX) { in ud_iupdat()
1176 if (ichar & ISVTX) { in ud_ialloc()
1868 if ((dir->i_char & ISVTX) && in ud_sticky_remove_access()
682 (ip->i_char & ISVTX) && in udf_lookup()