HomeSort by relevance Sort by last modified time
    Searched refs:S_IMMUTABLE (Results 51 - 53 of 53) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 146 #define S_IMMUTABLE 8 /* Immutable file */
179 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 146 #define S_IMMUTABLE 8 /* Immutable file */
179 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE)
  /external/kernel-headers/original/linux/
fs.h 238 #define S_IMMUTABLE 8 /* Immutable file */
275 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE)
    [all...]

Completed in 985 milliseconds

1 23