OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
536
if ((vap->va_flags &
SF_SETTABLE
) !=
537
(ip->i_flags &
SF_SETTABLE
)) {
557
ip->i_flags &=
SF_SETTABLE
;
/src/tools/compat/
compat_defs.h
1336
#define
SF_SETTABLE
0xffff0000
Completed in 108 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026