Home
last modified time | relevance | path

Searched refs:SF_SETTABLE (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/mtree/
Dmtree.h154 SF_APPEND) & SF_SETTABLE) /* root settable flags */
/freebsd-9-stable/sys/sys/
Dstat.h273 #define SF_SETTABLE 0xffff0000 /* mask of superuser changeable flags */ macro
/freebsd-9-stable/sys/fs/tmpfs/
Dtmpfs_subr.c1139 node->tn_flags &= SF_SETTABLE; in tmpfs_chflags()
/freebsd-9-stable/sys/fs/msdosfs/
Dmsdosfs_vnops.c418 if (vap->va_flags & SF_SETTABLE) {
/freebsd-9-stable/sys/fs/ext2fs/
Dext2_vnops.c412 ip->i_flags &= SF_SETTABLE; in ext2_setattr()
/freebsd-9-stable/sys/ufs/ufs/
Dufs_vnops.c575 ip->i_flags &= SF_SETTABLE;