Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Dmtree.h154 SF_APPEND) & SF_SETTABLE) /* root settable flags */
/freebsd/sys/sys/
H A Dstat.h336 #define SF_SETTABLE 0xffff0000 /* mask of superuser changeable flags */
335 #define SF_SETTABLE global() macro
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c434 ((vap->va_flags ^ ip->i_flags) & SF_SETTABLE)) in ext2_setattr()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c2072 ((flags ^ node->tn_flags) & SF_SETTABLE)) in tmpfs_chflags()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c697 ((vap->va_flags ^ ip->i_flags) & SF_SETTABLE)) in ufs_setattr()