HomeSort by: relevance | last modified time | path
    Searched refs:SF_SETTABLE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_subr.c 270 if ((ip->flags & SF_SETTABLE) != (flags & SF_SETTABLE) ||
289 ip->flags &= SF_SETTABLE;
  /src/usr.sbin/mtree/
mtree.h 154 SF_APPEND) & SF_SETTABLE) /* root settable flags */
  /src/sys/sys/
stat.h 211 #define SF_SETTABLE 0xffff0000 /* mask of superuser changeable flags */
  /src/sys/fs/ptyfs/
ptyfs_vnops.c 412 if ((ptyfs->ptyfs_flags & SF_SETTABLE) != (vap->va_flags & SF_SETTABLE)) {
426 ptyfs->ptyfs_flags &= SF_SETTABLE;
  /src/sys/fs/tmpfs/
tmpfs_subr.c 975 if ((flags & SF_SETTABLE) != (node->tn_flags & SF_SETTABLE)) {
1004 node->tn_flags &= SF_SETTABLE;
  /src/sys/ufs/lfs/
ulfs_vnops.c 293 if ((vap->va_flags & SF_SETTABLE) !=
294 (ip->i_flags & SF_SETTABLE)) {
309 ip->i_flags &= SF_SETTABLE;
  /src/sys/ufs/ufs/
ufs_vnops.c 533 if ((vap->va_flags & SF_SETTABLE) !=
534 (ip->i_flags & SF_SETTABLE)) {
554 ip->i_flags &= SF_SETTABLE;
  /src/tools/compat/
compat_defs.h 1323 #define SF_SETTABLE 0xffff0000

Completed in 19 milliseconds