Home
last modified time | relevance | path

Searched refs:FS_IMMUTABLE_FL (Results 1 – 8 of 8) 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.h26 #ifndef FS_IMMUTABLE_FL
27 #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.c147 fsfl = FS_IMMUTABLE_FL; in fsetflag()
/external/kernel-headers/original/uapi/linux/
Dfs.h290 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/external/toybox/toys/other/
Dlsattr.c70 {"Immutable", FS_IMMUTABLE_FL, 'i'}, // Immutable file
/external/f2fs-tools/include/
Df2fs_fs.h563 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/external/f2fs-tools/mkfs/
Df2fs_format.c1267 raw_node->i.i_flags = FS_IMMUTABLE_FL; in f2fs_write_qf_inode()