Home
last modified time | relevance | path

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

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