Searched refs:ISVTX (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/ufs/ufs/
H A Ddinode.h101 #define ISVTX 0001000 /* Sticky bit. */ macro
H A Dufs_lookup.c128 if ((VTOI(vdp)->i_mode & ISVTX) &&
/freebsd-12-stable/sys/fs/ext2fs/
H A Dinode.h137 #define ISVTX 0001000 /* Sticky bit. */ macro
H A Dext2_lookup.c607 if ((dp->i_mode & ISVTX) &&
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs.h301 #define ISVTX 0001000 /* Sticky bit. */ macro
H A Dnandfs_vnops.c446 if ((dir_node->nn_inode.i_mode & ISVTX) &&

Completed in 116 milliseconds