Searched refs:UF_IMMUTABLE (Results 1 – 16 of 16) sorted by relevance
45 #ifdef UF_IMMUTABLE in setflags()47 bsd_flags |= UF_IMMUTABLE; in setflags()
40 #ifdef UF_IMMUTABLE in getflags()41 if (buf.st_flags & UF_IMMUTABLE) in getflags()
65 #ifdef UF_IMMUTABLE in fsetflags()67 bsd_flags |= UF_IMMUTABLE; in fsetflags()
60 #ifdef UF_IMMUTABLE in fgetflags()61 if (buf.st_flags & UF_IMMUTABLE) in fgetflags()
207 #ifndef UF_IMMUTABLE208 # define UF_IMMUTABLE 0x00000002 macro545 ADD_INT_MACRO(module, UF_IMMUTABLE); in stat_exec()
115 UF_IMMUTABLE = 0x00000002 # file may not be changed variable
840 immutable_states = [stat.UF_IMMUTABLE, stat.SF_IMMUTABLE]
553 retval = fchflags (fd, UF_NODUMP|UF_IMMUTABLE); in ext2fs_add_journal_inode3()
926 flags = st.st_flags | stat.UF_IMMUTABLE937 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)970 flags = dummy_symlink_st.st_flags | stat.UF_IMMUTABLE983 self.assertEqual(dummy_symlink_st.st_flags | stat.UF_IMMUTABLE,
1658 flags = stat.UF_IMMUTABLE | stat.UF_NOUNLINK
357 .. data:: UF_IMMUTABLE
1773 * :data:`stat.UF_IMMUTABLE`
1149 [struct stat stat; stat.st_flags |= UF_IMMUTABLE;],
11094 struct stat stat; stat.st_flags |= UF_IMMUTABLE;
2174 :const:`UF_IMMUTABLE` to signal the file may not be changed and
6722 UF_IMMUTABLE flag (via either chflags or lchflags); refactor affected tests in