HomeSort by relevance Sort by last modified time
    Searched refs:FS_IMMUTABLE_FL (Results 1 - 11 of 11) sorted by null

  /external/linux-kselftest/tools/testing/selftests/efivarfs/
open-unlink.c 33 flags |= FS_IMMUTABLE_FL;
35 flags &= ~FS_IMMUTABLE_FL;
63 if (flags & FS_IMMUTABLE_FL)
  /external/syslinux/libinstaller/
linuxioctl.h 31 # define FS_IMMUTABLE_FL EXT2_IMMUTABLE_FL
syslxcom.c 127 flags &= ~FS_IMMUTABLE_FL;
159 flags |= FS_IMMUTABLE_FL;
  /external/ltp/testcases/kernel/syscalls/setxattr/
setxattr03.c 147 fsfl = FS_IMMUTABLE_FL;
  /bionic/libc/kernel/uapi/linux/
fs.h 220 #define FS_IMMUTABLE_FL 0x00000010
  /external/kernel-headers/original/uapi/linux/
fs.h 328 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */
  /external/toybox/toys/other/
lsattr.c 70 {"Immutable", FS_IMMUTABLE_FL, 'i'}, // Immutable file
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 347 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */
ext2_fs.h 142 #define EXT2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */
  /external/f2fs-tools/include/
f2fs_fs.h 531 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c     [all...]

Completed in 2553 milliseconds