Home
last modified time | relevance | path

Searched refs:UF_IMMUTABLE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dstat.h473 #define UF_IMMUTABLE 0x00000002 /* file may not be changed */ macro
539 #define IMMUTABLE (UF_IMMUTABLE | SF_IMMUTABLE)
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c9042 mask &= ~(UF_IMMUTABLE | UF_APPEND); in vnode_immutable()