Searched refs:FS_IMMUTABLE_FL (Results 1 – 2 of 2) sorted by relevance
33 flags |= FS_IMMUTABLE_FL; in set_immutable()35 flags &= ~FS_IMMUTABLE_FL; in set_immutable()63 if (flags & FS_IMMUTABLE_FL) in get_immutable()
242 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro