Home
last modified time | relevance | path

Searched refs:FS_IMMUTABLE_FL (Results 1 – 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/efivarfs/
Dopen-unlink.c33 flags |= FS_IMMUTABLE_FL; in set_immutable()
35 flags &= ~FS_IMMUTABLE_FL; in set_immutable()
63 if (flags & FS_IMMUTABLE_FL) in get_immutable()
/external/ltp/include/lapi/
Dfs.h32 #ifndef FS_IMMUTABLE_FL
33 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c138 attr |= FS_COMPR_FL | FS_APPEND_FL | FS_IMMUTABLE_FL | FS_NODUMP_FL; in caid_flags_setup()
167 attr &= ~(FS_COMPR_FL | FS_APPEND_FL | FS_IMMUTABLE_FL | FS_NODUMP_FL); in cleanup()
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c110 fsfl = FS_IMMUTABLE_FL; in fsetflag()
/external/kernel-headers/original/uapi/linux/
Dfs.h242 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/external/toybox/toys/other/
Dlsattr.c100 {"Immutable", FS_IMMUTABLE_FL, 'i'},
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c275 if (flag & FS_IMMUTABLE_FL) { in do_getflags()
322 flag &= ~FS_IMMUTABLE_FL; in do_setflags()
/external/crosvm/io_uring/src/
Dbindings.rs200 pub const FS_IMMUTABLE_FL: ::std::os::raw::c_uint = 16; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c2446 #ifdef FS_IMMUTABLE_FL
2447 { "FS_IMMUTABLE_FL", (unsigned long) FS_IMMUTABLE_FL },
/external/f2fs-tools/include/
Df2fs_fs.h689 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/external/f2fs-tools/mkfs/
Df2fs_format.c1386 raw_node->i.i_flags = FS_IMMUTABLE_FL; in f2fs_write_qf_inode()
/external/libchrome/base/files/
Dfile_util_unittest.cc1469 flags |= FS_IMMUTABLE_FL; in TEST_F()
1483 flags &= ~FS_IMMUTABLE_FL; in TEST_F()