Searched refs:UF_IMMUTABLE (Results 1 – 2 of 2) sorted by relevance
473 #define UF_IMMUTABLE 0x00000002 /* file may not be changed */ macro539 #define IMMUTABLE (UF_IMMUTABLE | SF_IMMUTABLE)
8938 mask &= ~(UF_IMMUTABLE | UF_APPEND); in vnode_immutable()