Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/efivarfs/
Dopen-unlink.c32 flags |= FS_IMMUTABLE_FL; in set_immutable()
34 flags &= ~FS_IMMUTABLE_FL; in set_immutable()
62 if (flags & FS_IMMUTABLE_FL) in get_immutable()
/external/syslinux/libinstaller/
Dsyslxcom.c127 flags &= ~FS_IMMUTABLE_FL; in clear_attributes()
159 flags |= FS_IMMUTABLE_FL; in set_attributes()
Dlinuxioctl.h31 # define FS_IMMUTABLE_FL EXT2_IMMUTABLE_FL macro
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c146 fsfl = FS_IMMUTABLE_FL; in fsetflag()
/external/kernel-headers/original/uapi/linux/
Dfs.h311 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/external/toybox/toys/other/
Dlsattr.c70 {"Immutable", FS_IMMUTABLE_FL, 'i'}, // Immutable file